Open onny opened 6 months ago
https://github.com/rust-rocksdb/rust-rocksdb/pull/872 should bring 9.X support, tho a stable release is not yet done.
@zaidoon1 any chance we could get a new librocksdb-sys release? ~There are some memory unsafety issues (e.g., https://github.com/rust-rocksdb/rust-rocksdb/issues/767) that seem to be fixed in RocksDB 8.4+ that we're eager to get our hands on.~ Never mind; those fixes are already in librocksdb-sys v0.12+. Still interested in a new release with v9 support, though!
I don't have access to publish to crates.io for this, that's why I have my own fork that I use/maintain to stay up to date with rocksdb https://github.com/zaidoon1/rust-rocksdb
Ah, got it! Who does manage the crates.io releases for librocksdb-sys, then?
aleksuss
Currently support for RocksDB 9.X is missing.