Merge pull request #247 from logos-blockchain/arjentix/fix-macos-rocksdb

fix: add `bindgen-runtime` feature of rocksdb
This commit is contained in:
Daniil Polyakov
2025-12-17 16:34:29 +03:00
committed by GitHub
+1
View File
@@ -52,6 +52,7 @@ itertools = "0.14.0"
rocksdb = { version = "0.24.0", default-features = false, features = [
"snappy",
"bindgen-runtime",
] }
[workspace.dependencies.rand]