We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ee951 commit a56d408Copy full SHA for a56d408
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ng-rocksdb"
3
description = "Rust wrapper for Facebook's RocksDB embeddable database, fork for Nextgraph.org"
4
-version = "0.21.0-ngpreview.6"
+version = "0.21.0-ngpreview.7"
5
edition = "2018"
6
rust-version = "1.60"
7
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"]
@@ -52,7 +52,7 @@ serde = { version = "1", features = [ "derive" ] }
52
const-cstr = "0.3"
53
uuid = { version = "1.0", features = ["v4"] }
54
55
-[target.'cfg(not(any(target_os = "linux",target_os = "darwin",target_os = "openbsd")))'.dependencies.openssl]
+[target.'cfg(not(any(target_os = "openbsd")))'.dependencies.openssl]
56
version = "0.10"
57
features = ["vendored"]
58
0 commit comments