Skip to content

Commit

Permalink
fix the default-features of librocksdb-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Nov 3, 2024
1 parent 1bf15aa commit 7ed2473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rocksdb = { path = "rust-rocksdb", default-features = false, features = [
"zlib",
"bzip2",
] }
librocksdb-sys = { path = "rust-rocksdb/librocksdb-sys" }
librocksdb-sys = { path = "rust-rocksdb/librocksdb-sys", default-features = false }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
num-bigint = "0.4"
Expand Down

0 comments on commit 7ed2473

Please sign in to comment.