Skip to content

Commit

Permalink
Update RocksDB to 8.9.1 (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Dec 12, 2023
1 parent 46f44c3 commit 7c66ff5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde1 = ["serde"]

[dependencies]
libc = "0.2"
librocksdb-sys = { path = "librocksdb-sys", version = "0.14.0" }
librocksdb-sys = { path = "librocksdb-sys", version = "0.15.0" }
serde = { version = "1", features = [ "derive" ], optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion librocksdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "librocksdb-sys"
version = "0.14.0+8.8.1"
version = "0.15.0+8.9.1"
edition = "2018"
rust-version = "1.66.0"
authors = ["Karl Hobley <karlhobley10@gmail.com>", "Arkadiy Paronyan <arkadiy@ethcore.io>"]
Expand Down
6 changes: 3 additions & 3 deletions librocksdb-sys/build_version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

// 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 = "986b8b9f20893dec811d8ecdb97b6a47f20d322d";
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v8.8.1";
static const std::string rocksdb_build_git_sha = "49ce8a1064dd1ad89117899839bf136365e49e79";
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v8.9.1";
#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:2023-11-17 15:25:29";
static const std::string rocksdb_build_date = "rocksdb_build_date:2023-12-08 12:44:09";
#else
// If HAS_GIT_CHANGES is > 0, the branch/tag has modifications.
// Use the time the build was created.
Expand Down
2 changes: 1 addition & 1 deletion librocksdb-sys/rocksdb
Submodule rocksdb updated 153 files
1 change: 1 addition & 0 deletions librocksdb-sys/rocksdb_lib_sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ options/cf_options.cc
options/configurable.cc
options/customizable.cc
options/db_options.cc
options/offpeak_time_info.cc
options/options.cc
options/options_helper.cc
options/options_parser.cc
Expand Down

0 comments on commit 7c66ff5

Please sign in to comment.