diff --git a/Cargo.toml b/Cargo.toml index 284cced..f1726f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ malloc-usable-size = ["rust-librocksdb-sys/malloc-usable-size"] [dependencies] libc = "0.2" -rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.19.2" } +rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.20.0" } serde = { version = "1", features = ["derive"], optional = true } [dev-dependencies] diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index 663d61c..d0e662c 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-librocksdb-sys" -version = "0.19.2+9.0.0" +version = "0.20.0+9.1.0" edition = "2021" rust-version = "1.75.0" authors = [ diff --git a/librocksdb-sys/build_version.cc b/librocksdb-sys/build_version.cc index 130bb76..1827a96 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 = "f4441966592636253fd5ab0bb9ed44fc2697fc53"; -static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v9.0.0"; +static const std::string rocksdb_build_git_sha = "bcf88d48ce8aa8b536aee4dd305533b3b83cf435"; +static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v9.1.0"; #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:2024-03-18 15:15:28"; +static const std::string rocksdb_build_date = "rocksdb_build_date:2024-04-16 16:35:17"; #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:2024-03-18 15:15:28"; +static const std::string rocksdb_build_date = "rocksdb_build_date:2024-04-16 16:35:17"; #endif std::unordered_map ROCKSDB_NAMESPACE::ObjectRegistry::builtins_ = {}; diff --git a/librocksdb-sys/rocksdb b/librocksdb-sys/rocksdb index f444196..bcf88d4 160000 --- a/librocksdb-sys/rocksdb +++ b/librocksdb-sys/rocksdb @@ -1 +1 @@ -Subproject commit f4441966592636253fd5ab0bb9ed44fc2697fc53 +Subproject commit bcf88d48ce8aa8b536aee4dd305533b3b83cf435