From 0e19bfbee8cd343f286883315daa1c1222b0959d Mon Sep 17 00:00:00 2001 From: Bushido Cabellero Date: Fri, 14 Jun 2019 21:59:36 -0500 Subject: [PATCH] Bumps to RocksDB version 6.1.2 --- Cargo.toml | 2 +- librocksdb-sys/Cargo.toml | 2 +- librocksdb-sys/build_version.cc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 98bc0ca..a2db300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,4 @@ bzip2 = ["librocksdb-sys/bzip2"] [dependencies] libc = "0.2" -librocksdb-sys = { path = "librocksdb-sys", version = "5.18.3" } +librocksdb-sys = { path = "librocksdb-sys", version = "6.1.2" } diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index 28670ff..6b9574c 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librocksdb-sys" -version = "5.18.3" +version = "6.1.2" authors = ["Karl Hobley ", "Arkadiy Paronyan "] license = "MIT/Apache-2.0/BSD-3-Clause" description = "Native bindings to librocksdb" diff --git a/librocksdb-sys/build_version.cc b/librocksdb-sys/build_version.cc index 3e45f18..a340258 100644 --- a/librocksdb-sys/build_version.cc +++ b/librocksdb-sys/build_version.cc @@ -1,4 +1,4 @@ #include "build_version.h" -const char* rocksdb_build_git_sha = "rocksdb_build_git_sha:641fae60f63619ed5d0c9d9e4c4ea5a0ffa3e253"; -const char* rocksdb_build_git_date = "rocksdb_build_git_date:2019-02-11"; +const char* rocksdb_build_git_sha = "rocksdb_build_git_sha:2b38e2dd6602a17a2010308580fd5d8c91dea650"; +const char* rocksdb_build_git_date = "rocksdb_build_git_date:2019-06-04"; const char* rocksdb_build_compile_date = __DATE__;