fix: add bindgen-runtime feature of rocksdb

This commit is contained in:
Daniil Polyakov 2025-12-17 01:10:25 +03:00
parent e52e7d9ee9
commit bbc02f0cf3

View File

@ -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]