From d21abb50faa2edf360d9570ff57c37adccd7a7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Sat, 5 Jan 2019 12:47:03 +0100 Subject: [PATCH] chore: Update RocksDB to Titan --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 146be05b9..02b3e10d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rev = "0372ba6" [dependencies.rocksdb] git = "https://github.com/pingcap/rust-rocksdb.git" -rev = "c2eb140" +rev = "306e201" [dependencies.group-by] git = "https://github.com/Kerollmops/group-by.git"