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
commit 8dc709a6e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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]