Revert "rocksdb 0.22 via a patch"

This reverts commit c05c511938.

rocksdb 0.22 does not work on Windows at this time.
This commit is contained in:
Luke Parker
2024-02-18 08:17:26 -05:00
parent d88aa90ec2
commit c41a8ac8f2
5 changed files with 19 additions and 45 deletions

View File

@@ -18,7 +18,7 @@ workspace = true
[dependencies]
parity-db = { version = "0.4", default-features = false, optional = true }
rocksdb = { version = "0.22", default-features = false, features = ["lz4"], optional = true }
rocksdb = { version = "0.21", default-features = false, features = ["lz4"], optional = true }
[features]
parity-db = ["dep:parity-db"]