update for rocksdb fuckery

This commit is contained in:
Jonathan de Jong 2022-01-19 11:21:07 +01:00
parent 3c9fbaa8c9
commit 5d76bfd26e
3 changed files with 119 additions and 122 deletions
tools/iface

View file

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