Skip to content

Commit 9fd9a9f

Browse files
committed
upgrade to RocksDB 9.8.4
1 parent 4f5f811 commit 9fd9a9f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bindgen-static = ["rust-librocksdb-sys/bindgen-static"]
3939

4040
[dependencies]
4141
libc = "0.2"
42-
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.29.0", default-features = false, features = [
42+
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.30.0", default-features = false, features = [
4343
"static",
4444
] }
4545
serde = { version = "1", features = ["derive"], optional = true }

librocksdb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-librocksdb-sys"
3-
version = "0.29.0+9.7.4"
3+
version = "0.30.0+9.8.4"
44
edition = "2021"
55
rust-version = "1.75.0"
66
authors = [

librocksdb-sys/build_version.cc

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
// The build script may replace these values with real values based
1010
// on whether or not GIT is available and the platform settings
11-
static const std::string rocksdb_build_git_sha = "3c27a3dde0993210c5cc30d99717093f7537916f";
12-
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v9.7.4";
11+
static const std::string rocksdb_build_git_sha = "44e95d8af5d7ec503b3f1d5754c3379ab6c29a9d";
12+
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v9.8.4";
1313
#define HAS_GIT_CHANGES 0
1414
#if HAS_GIT_CHANGES == 0
1515
// If HAS_GIT_CHANGES is 0, the GIT date is used.
1616
// Use the time the branch/tag was last modified
17-
static const std::string rocksdb_build_date = "rocksdb_build_date:2024-11-01 08:32:35";
17+
static const std::string rocksdb_build_date = "rocksdb_build_date:2024-11-18 08:02:26";
1818
#else
1919
// If HAS_GIT_CHANGES is > 0, the branch/tag has modifications.
2020
// Use the time the build was created.
21-
static const std::string rocksdb_build_date = "rocksdb_build_date:2024-11-01 08:32:35";
21+
static const std::string rocksdb_build_date = "rocksdb_build_date:2024-11-18 08:02:26";
2222
#endif
2323

2424
std::unordered_map<std::string, ROCKSDB_NAMESPACE::RegistrarFunc> ROCKSDB_NAMESPACE::ObjectRegistry::builtins_ = {};

librocksdb-sys/rocksdb

Submodule rocksdb updated 171 files

0 commit comments

Comments
 (0)