From 62b5d65965fae4cf21b5ab3868d0a8decfb61ede Mon Sep 17 00:00:00 2001 From: yiwu-arbug Date: Wed, 12 Feb 2020 00:17:17 -0800 Subject: [PATCH] Update rocksdb and titan. Update rust-rocksdb url (#6554) Signed-off-by: Yi Wu --- Cargo.lock | 6 +++--- components/engine/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f032b4f4e81..a10282ddfa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1827,7 +1827,7 @@ dependencies = [ [[package]] name = "librocksdb_sys" version = "0.1.0" -source = "git+https://github.com/pingcap/rust-rocksdb.git?branch=tikv-3.x#ad9f3b694b21c02191a89bbeb725ebc901d4cbf5" +source = "git+https://github.com/tikv/rust-rocksdb.git?branch=tikv-3.x#7ec1dbd99d906c0098e60ccce41a2adae13fb411" dependencies = [ "bzip2-sys", "cc", @@ -1844,7 +1844,7 @@ dependencies = [ [[package]] name = "libtitan_sys" version = "0.0.1" -source = "git+https://github.com/pingcap/rust-rocksdb.git?branch=tikv-3.x#ad9f3b694b21c02191a89bbeb725ebc901d4cbf5" +source = "git+https://github.com/tikv/rust-rocksdb.git?branch=tikv-3.x#7ec1dbd99d906c0098e60ccce41a2adae13fb411" dependencies = [ "bzip2-sys", "cc", @@ -3129,7 +3129,7 @@ checksum = "2089e4031214d129e201f8c3c8c2fe97cd7322478a0d1cdf78e7029b0042efdb" [[package]] name = "rocksdb" version = "0.3.0" -source = "git+https://github.com/pingcap/rust-rocksdb.git?branch=tikv-3.x#ad9f3b694b21c02191a89bbeb725ebc901d4cbf5" +source = "git+https://github.com/tikv/rust-rocksdb.git?branch=tikv-3.x#7ec1dbd99d906c0098e60ccce41a2adae13fb411" dependencies = [ "crc", "libc", diff --git a/components/engine/Cargo.toml b/components/engine/Cargo.toml index 92b33cfe40c..477a809bd18 100644 --- a/components/engine/Cargo.toml +++ b/components/engine/Cargo.toml @@ -32,7 +32,7 @@ default-features = false features = ["nightly"] [dependencies.engine_rocksdb] -git = "https://github.com/pingcap/rust-rocksdb.git" +git = "https://github.com/tikv/rust-rocksdb.git" package = "rocksdb" branch = "tikv-3.x"