diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b73f4..a5c03ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +* Bump rocksdb to 7.9.2 (kwek20) * Bump rocksdb to 7.8.3 (aleksuss) ## 0.19.0 (2022-08-05) diff --git a/Cargo.toml b/Cargo.toml index afd7b28..815f1b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ serde1 = ["serde"] [dependencies] libc = "0.2" -librocksdb-sys = { path = "librocksdb-sys", version = "0.9.0" } +librocksdb-sys = { path = "librocksdb-sys", version = "0.10.0" } serde = { version = "1", features = [ "derive" ], optional = true } [dev-dependencies] diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index f43a819..efe4a58 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librocksdb-sys" -version = "0.9.0+7.8.3" +version = "0.10.0+7.9.2" edition = "2018" authors = ["Karl Hobley ", "Arkadiy Paronyan "] license = "MIT/Apache-2.0/BSD-3-Clause" diff --git a/librocksdb-sys/build_version.cc b/librocksdb-sys/build_version.cc index a2d6c14..00b7e22 100644 --- a/librocksdb-sys/build_version.cc +++ b/librocksdb-sys/build_version.cc @@ -8,17 +8,17 @@ // The build script may replace these values with real values based // on whether or not GIT is available and the platform settings -static const std::string rocksdb_build_git_sha = "bf2c335184de16a3cc1787fa97ef9f22f7114238"; -static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v7.8.3"; +static const std::string rocksdb_build_git_sha = "444b3f4845dd01b0d127c4b420fdd3b50ad56682"; +static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v7.9.2"; #define HAS_GIT_CHANGES 0 #if HAS_GIT_CHANGES == 0 // If HAS_GIT_CHANGES is 0, the GIT date is used. // Use the time the branch/tag was last modified -static const std::string rocksdb_build_date = "rocksdb_build_date:2022-11-29 06:51:03"; +static const std::string rocksdb_build_date = "rocksdb_build_date:2022-12-22 09:30:39"; #else // If HAS_GIT_CHANGES is > 0, the branch/tag has modifications. // Use the time the build was created. -static const std::string rocksdb_build_date = "rocksdb_build_date:2022-11-29 06:51:03"; +static const std::string rocksdb_build_date = "rocksdb_build_date:2022-12-22 09:20:39"; #endif #ifndef ROCKSDB_LITE diff --git a/librocksdb-sys/rocksdb b/librocksdb-sys/rocksdb index bf2c335..444b3f4 160000 --- a/librocksdb-sys/rocksdb +++ b/librocksdb-sys/rocksdb @@ -1 +1 @@ -Subproject commit bf2c335184de16a3cc1787fa97ef9f22f7114238 +Subproject commit 444b3f4845dd01b0d127c4b420fdd3b50ad56682 diff --git a/librocksdb-sys/rocksdb_lib_sources.txt b/librocksdb-sys/rocksdb_lib_sources.txt index 7c454a0..9d6b964 100644 --- a/librocksdb-sys/rocksdb_lib_sources.txt +++ b/librocksdb-sys/rocksdb_lib_sources.txt @@ -4,9 +4,9 @@ cache/cache_key.cc cache/cache_reservation_manager.cc cache/charged_cache.cc cache/clock_cache.cc -cache/fast_lru_cache.cc cache/lru_cache.cc cache/compressed_secondary_cache.cc +cache/secondary_cache.cc cache/sharded_cache.cc db/arena_wrapped_db_iter.cc db/blob/blob_contents.cc