From c5b5981578001ecb549b9aa25ff14e1f91ad878f Mon Sep 17 00:00:00 2001 From: Oleksandr Anyshchenko Date: Tue, 7 Apr 2020 15:43:37 +0300 Subject: [PATCH] Bump rocksdb version up to 6.7.3 (#398) --- Cargo.toml | 3 ++- librocksdb-sys/Cargo.toml | 3 ++- librocksdb-sys/build_version.cc | 4 ++-- librocksdb-sys/rocksdb | 2 +- librocksdb-sys/rocksdb_lib_sources.txt | 2 ++ 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e02faa..c14e29f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ version = "0.13.0" edition = "2018" authors = ["Tyler Neely ", "David Greenberg "] license = "Apache-2.0" +categories = [ "database" ] keywords = ["database", "embedded", "LSM-tree", "persistence"] homepage = "https://github.com/rust-rocksdb/rust-rocksdb" exclude = [ @@ -25,7 +26,7 @@ bzip2 = ["librocksdb-sys/bzip2"] [dependencies] libc = "0.2" -librocksdb-sys = { path = "librocksdb-sys", version = "6.4.6" } +librocksdb-sys = { path = "librocksdb-sys", version = "6.7.3" } [dev-dependencies] trybuild = "1.0.21" diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index 49b33cf..3aae9dd 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librocksdb-sys" -version = "6.6.4" +version = "6.7.3" edition = "2018" authors = ["Karl Hobley ", "Arkadiy Paronyan "] license = "MIT/Apache-2.0/BSD-3-Clause" @@ -8,6 +8,7 @@ description = "Native bindings to librocksdb" readme = "README.md" repository = "https://github.com/rust-rocksdb/rust-rocksdb" keywords = [ "bindings", "ffi", "rocksdb" ] +categories = [ "api-bindings", "database", "external-ffi-bindings" ] links = "rocksdb" diff --git a/librocksdb-sys/build_version.cc b/librocksdb-sys/build_version.cc index 22a6eab..79db0f6 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:@551a110918493a19d11243f53408b97485de1411@"; -const char* rocksdb_build_git_date = "rocksdb_build_git_date:@2020/02/01 12:07:58@"; +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_compile_date = __DATE__; diff --git a/librocksdb-sys/rocksdb b/librocksdb-sys/rocksdb index 551a110..0915c99 160000 --- a/librocksdb-sys/rocksdb +++ b/librocksdb-sys/rocksdb @@ -1 +1 @@ -Subproject commit 551a110918493a19d11243f53408b97485de1411 +Subproject commit 0915c99f01b46f50af8e02da8b6528156f584b7c diff --git a/librocksdb-sys/rocksdb_lib_sources.txt b/librocksdb-sys/rocksdb_lib_sources.txt index 2486375..86b5336 100644 --- a/librocksdb-sys/rocksdb_lib_sources.txt +++ b/librocksdb-sys/rocksdb_lib_sources.txt @@ -66,6 +66,8 @@ env/env_chroot.cc env/env_encryption.cc env/env_hdfs.cc env/env_posix.cc +env/file_system.cc +env/fs_posix.cc env/io_posix.cc env/mock_env.cc file/delete_scheduler.cc