Skip to content

Commit

Permalink
fix missing static feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Nov 3, 2024
1 parent d1bd354 commit a128f87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ bindgen-static = ["librocksdb-sys/bindgen-static"]

[dependencies]
libc = "0.2"
librocksdb-sys = { path = "librocksdb-sys", version = "0.17.0", default-features = false }
librocksdb-sys = { path = "librocksdb-sys", version = "0.17.0", default-features = false, features = [
"static",
] }
serde = { version = "1", features = ["derive"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit a128f87

Please sign in to comment.