mirror of
https://github.com/ShadowJonathan/conduit_toolbox.git
synced 2025-07-15 22:38:17 +03:00
update for rocksdb fuckery
This commit is contained in:
parent
3c9fbaa8c9
commit
5d76bfd26e
3 changed files with 119 additions and 122 deletions
tools/iface
|
@ -12,4 +12,4 @@ rusqlite = { version = "0.25.3", features = ["bundled"] }
|
|||
anyhow = "1.0.42"
|
||||
heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c758867e05ad973ef800a6fe1d5d" }
|
||||
thiserror = "1.0.26"
|
||||
rocksdb = { version = "0.16.0", features = ["multi-threaded-cf"] }
|
||||
rocksdb = { version = "0.17.0", features = ["multi-threaded-cf", "zstd"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue