Bump RocksDB to 5.18.3 (prevents deadlocks)

master
Baptiste Jamin 5 years ago
parent b51002bc58
commit 8f48e6c351
  1. 2
      Cargo.toml
  2. 2
      librocksdb-sys/Cargo.toml
  3. 4
      librocksdb-sys/build_version.cc
  4. 2
      librocksdb-sys/rocksdb
  5. 2
      librocksdb-sys/rocksdb_lib_sources.txt

@ -25,4 +25,4 @@ bzip2 = ["librocksdb-sys/bzip2"]
[dependencies]
libc = "0.2"
librocksdb-sys = { path = "librocksdb-sys", version = "5.17.2" }
librocksdb-sys = { path = "librocksdb-sys", version = "5.18.3" }

@ -1,6 +1,6 @@
[package]
name = "librocksdb-sys"
version = "5.17.2"
version = "5.18.3"
authors = ["Karl Hobley <karlhobley10@gmail.com>", "Arkadiy Paronyan <arkadiy@ethcore.io>"]
license = "MIT/Apache-2.0/BSD-3-Clause"
description = "Native bindings to librocksdb"

@ -1,4 +1,4 @@
#include "build_version.h"
const char* rocksdb_build_git_sha = "rocksdb_build_git_sha:f438b98e552010613cff8684a7d84191ed785148";
const char* rocksdb_build_git_date = "rocksdb_build_git_date:2018-11-18";
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_compile_date = __DATE__;

@ -1 +1 @@
Subproject commit f438b98e552010613cff8684a7d84191ed785148
Subproject commit 641fae60f63619ed5d0c9d9e4c4ea5a0ffa3e253

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save