Address issues from Eric's review

This commit is contained in:
Konstantin Knizhnik
2021-04-22 10:37:52 +03:00
parent 2dbbb8c59b
commit da9508716d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1090,7 +1090,7 @@ dependencies = [
[[package]]
name = "librocksdb-sys"
version = "6.17.3"
source = "git+https://github.com/rust-rocksdb/rust-rocksdb.git#7dd6258b07861b9332f827b416e50e5aee69aea1"
source = "git+https://github.com/rust-rocksdb/rust-rocksdb.git?rev=7dd6258b07861b9332f827b416e50e5aee69aea1#7dd6258b07861b9332f827b416e50e5aee69aea1"
dependencies = [
"bindgen",
"cc",
@@ -1814,7 +1814,7 @@ dependencies = [
[[package]]
name = "rocksdb"
version = "0.16.0"
source = "git+https://github.com/rust-rocksdb/rust-rocksdb.git#7dd6258b07861b9332f827b416e50e5aee69aea1"
source = "git+https://github.com/rust-rocksdb/rust-rocksdb.git?rev=7dd6258b07861b9332f827b416e50e5aee69aea1#7dd6258b07861b9332f827b416e50e5aee69aea1"
dependencies = [
"libc",
"librocksdb-sys",

View File

@@ -32,7 +32,7 @@ tokio-postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="a
postgres-types = { git = "https://github.com/zenithdb/rust-postgres.git", rev="a0d067b66447951d1276a53fb09886539c3fa094" }
postgres-protocol = { git = "https://github.com/zenithdb/rust-postgres.git", rev="a0d067b66447951d1276a53fb09886539c3fa094" }
postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="a0d067b66447951d1276a53fb09886539c3fa094" }
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb.git" }
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb.git", rev="7dd6258b07861b9332f827b416e50e5aee69aea1" }
anyhow = "1.0"
crc32c = "0.6.0"
walkdir = "2"