librocksdb-sys: update rocksdb to 6.8.1 (#428)

master
Andronik Ordian 4 years ago committed by GitHub
parent be96f049c9
commit 70aa3914c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml
  2. 2
      librocksdb-sys/Cargo.toml
  3. 4
      librocksdb-sys/build_version.cc
  4. 2
      librocksdb-sys/rocksdb

@ -27,7 +27,7 @@ bzip2 = ["librocksdb-sys/bzip2"]
[dependencies]
libc = "0.2"
librocksdb-sys = { path = "librocksdb-sys", version = "6.7.4" }
librocksdb-sys = { path = "librocksdb-sys", version = "6.8.1" }
[dev-dependencies]
trybuild = "1.0.21"

@ -1,6 +1,6 @@
[package]
name = "librocksdb-sys"
version = "6.7.4"
version = "6.8.1"
edition = "2018"
authors = ["Karl Hobley <karlhobley10@gmail.com>", "Arkadiy Paronyan <arkadiy@ethcore.io>"]
license = "MIT/Apache-2.0/BSD-3-Clause"

@ -1,4 +1,4 @@
#include "build_version.h"
const char* rocksdb_build_git_sha = "rocksdb_build_git_sha:@0915c99f01b46f50af8e02da8b6528156f584b7c@";
const char* rocksdb_build_git_date = "rocksdb_build_git_date:@2020/03/18 18:51:16@";
const char* rocksdb_build_git_sha = "rocksdb_build_git_sha:@27e593fbe10efa5a562ca79b1939ffb69d25163f@";
const char* rocksdb_build_git_date = "rocksdb_build_git_date:@2020/04/16 15:32:34@";
const char* rocksdb_build_compile_date = __DATE__;

@ -1 +1 @@
Subproject commit 0915c99f01b46f50af8e02da8b6528156f584b7c
Subproject commit 27e593fbe10efa5a562ca79b1939ffb69d25163f
Loading…
Cancel
Save