diff --git a/Cargo.lock b/Cargo.lock index 714c1cee..8ca20320 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2356,8 +2356,8 @@ dependencies = [ [[package]] name = "rust-librocksdb-sys" -version = "0.19.0+9.0.0" -source = "git+https://github.com/zaidoon1/rust-rocksdb?rev=78a8a2e99380f2185c2f337ab3c5d9ea05861c5d#78a8a2e99380f2185c2f337ab3c5d9ea05861c5d" +version = "0.18.2+8.11.3" +source = "git+https://github.com/zaidoon1/rust-rocksdb?rev=60f783b06b49d2f6fcf1d3dda66c7194e49095d4#60f783b06b49d2f6fcf1d3dda66c7194e49095d4" dependencies = [ "bindgen", "bzip2-sys", @@ -2372,8 +2372,8 @@ dependencies = [ [[package]] name = "rust-rocksdb" -version = "0.23.0" -source = "git+https://github.com/zaidoon1/rust-rocksdb?rev=78a8a2e99380f2185c2f337ab3c5d9ea05861c5d#78a8a2e99380f2185c2f337ab3c5d9ea05861c5d" +version = "0.22.8" +source = "git+https://github.com/zaidoon1/rust-rocksdb?rev=60f783b06b49d2f6fcf1d3dda66c7194e49095d4#60f783b06b49d2f6fcf1d3dda66c7194e49095d4" dependencies = [ "libc", "rust-librocksdb-sys", diff --git a/Cargo.toml b/Cargo.toml index 8765caba..d6075dd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -261,7 +261,7 @@ features = [ [dependencies.rust-rocksdb] git = "https://github.com/zaidoon1/rust-rocksdb" #branch = "master" -rev = "78a8a2e99380f2185c2f337ab3c5d9ea05861c5d" +rev = "60f783b06b49d2f6fcf1d3dda66c7194e49095d4" optional = true default-features = true features = ["multi-threaded-cf"]