update rocksdb

Niko PLP 1 year ago
parent cb010a82a0
commit 23a62f0739
  1. 4
      Cargo.lock

4
Cargo.lock generated

@ -2527,7 +2527,7 @@ checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
[[package]] [[package]]
name = "librocksdb-sys" name = "librocksdb-sys"
version = "0.11.0+8.3.2" version = "0.11.0+8.3.2"
source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#67f184454c7c44e3b99cc90b80d8350239a255c4" source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#f154b3d03fabd5b061979461d8ba53a224df5e86"
dependencies = [ dependencies = [
"bindgen", "bindgen",
"bzip2-sys", "bzip2-sys",
@ -4048,7 +4048,7 @@ dependencies = [
[[package]] [[package]]
name = "rocksdb" name = "rocksdb"
version = "0.21.0" version = "0.21.0"
source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#67f184454c7c44e3b99cc90b80d8350239a255c4" source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#f154b3d03fabd5b061979461d8ba53a224df5e86"
dependencies = [ dependencies = [
"libc", "libc",
"librocksdb-sys", "librocksdb-sys",

Loading…
Cancel
Save