Skip to content

Commit a56d408

Browse files
committed
fix build on linux and darwin: missing openssl crate
1 parent 75ee951 commit a56d408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ng-rocksdb"
33
description = "Rust wrapper for Facebook's RocksDB embeddable database, fork for Nextgraph.org"
4-
version = "0.21.0-ngpreview.6"
4+
version = "0.21.0-ngpreview.7"
55
edition = "2018"
66
rust-version = "1.60"
77
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"]
@@ -52,7 +52,7 @@ serde = { version = "1", features = [ "derive" ] }
5252
const-cstr = "0.3"
5353
uuid = { version = "1.0", features = ["v4"] }
5454

55-
[target.'cfg(not(any(target_os = "linux",target_os = "darwin",target_os = "openbsd")))'.dependencies.openssl]
55+
[target.'cfg(not(any(target_os = "openbsd")))'.dependencies.openssl]
5656
version = "0.10"
5757
features = ["vendored"]
5858

0 commit comments

Comments
 (0)