|
|
@ -1,7 +1,7 @@ |
|
|
|
[package] |
|
|
|
[package] |
|
|
|
name = "lmdb-rkv-sys" |
|
|
|
name = "lmdb-rkv-sys" |
|
|
|
# NB: When modifying, also modify html_root_url in lib.rs |
|
|
|
# NB: When modifying, also modify html_root_url in lib.rs |
|
|
|
version = "0.9.4" |
|
|
|
version = "0.9.5" |
|
|
|
authors = ["Dan Burkert <dan@danburkert.com>", "Victor Porof <vporof@mozilla.com>"] |
|
|
|
authors = ["Dan Burkert <dan@danburkert.com>", "Victor Porof <vporof@mozilla.com>"] |
|
|
|
license = "Apache-2.0" |
|
|
|
license = "Apache-2.0" |
|
|
|
description = "Rust bindings for liblmdb." |
|
|
|
description = "Rust bindings for liblmdb." |
|
|
@ -29,7 +29,7 @@ libc = "0.2" |
|
|
|
[build-dependencies] |
|
|
|
[build-dependencies] |
|
|
|
pkg-config = "0.3" |
|
|
|
pkg-config = "0.3" |
|
|
|
cc = "1.0" |
|
|
|
cc = "1.0" |
|
|
|
bindgen = { version = "0.51-oldsyn", default-features = false } |
|
|
|
bindgen = { version = "0.51.1-oldsyn", default-features = false } |
|
|
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
[features] |
|
|
|
default = [] |
|
|
|
default = [] |
|
|
|