mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
fix: add bindgen-runtime feature of rocksdb
This commit is contained in:
parent
e52e7d9ee9
commit
bbc02f0cf3
@ -52,6 +52,7 @@ itertools = "0.14.0"
|
|||||||
|
|
||||||
rocksdb = { version = "0.24.0", default-features = false, features = [
|
rocksdb = { version = "0.24.0", default-features = false, features = [
|
||||||
"snappy",
|
"snappy",
|
||||||
|
"bindgen-runtime",
|
||||||
] }
|
] }
|
||||||
|
|
||||||
[workspace.dependencies.rand]
|
[workspace.dependencies.rand]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user