diff --git a/Cargo.toml b/Cargo.toml index db2c1bb..495467a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ng-rocksdb" description = "Rust wrapper for Facebook's RocksDB embeddable database, fork for Nextgraph.org" -version = "0.21.0-ngpreview.4" +version = "0.21.0-ngpreview.5" edition = "2018" rust-version = "1.60" authors = ["Tyler Neely ", "David Greenberg "] @@ -58,6 +58,6 @@ features = ["vendored"] [build-dependencies] cc = { version = "1.0", features = ["parallel"] } -bindgen = { version = "0.65", default-features = false, features = ["runtime"] } +bindgen = { version = "0.65", default-features = false, features = ["static"] } glob = "0.3" pkg-config = { version = "0.3" } \ No newline at end of file