Skip to content

Commit fb07e3c

Browse files
committed
Add bindgen-runtime feature for rocksdb
1 parent 3795ded commit fb07e3c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

library/crates/Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/crates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ prost-build = "^0.13"
5454
pwhash = "1.0.0"
5555
rand = "0.8.5"
5656
regex = "1.6.0"
57-
rocksdb = { version = "0.23.0", features = ["lz4"], default_features = false }
57+
rocksdb = { version = "0.23.0", features = ["lz4", "bindgen-runtime"], default_features = false }
5858
rpassword = "7.3.1"
5959
rustyline= { version = "15.0.0", features = ["with-file-history", "custom-bindings"], default_features = false }
6060
same-file = "1.0.6"

0 commit comments

Comments
 (0)