diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index e261516..43f7fb9 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librocksdb-sys" -version = "0.8.0+7.4.3" +version = "0.8.0+7.4.4" 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 bbcf993..fd00b5d 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 = "rocksdb_build_git_sha:050027c35d594c01904486ae0f43c84e8a221283"; -static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v7.4.3"; +static const std::string rocksdb_build_git_sha = "e656fa3d196c5b4c8a77255db1e6cd36a7ded348"; +static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v7.4.4"; #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-07-13 09:49:03"; +static const std::string rocksdb_build_date = "rocksdb_build_date:2022-07-19 08:49:59"; #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-07-18 18:09:08"; +static const std::string rocksdb_build_date = "rocksdb_build_date:2022-07-19 08:49:59"; #endif #ifndef ROCKSDB_LITE diff --git a/librocksdb-sys/rocksdb b/librocksdb-sys/rocksdb index 050027c..e656fa3 160000 --- a/librocksdb-sys/rocksdb +++ b/librocksdb-sys/rocksdb @@ -1 +1 @@ -Subproject commit 050027c35d594c01904486ae0f43c84e8a221283 +Subproject commit e656fa3d196c5b4c8a77255db1e6cd36a7ded348 diff --git a/librocksdb-sys/rocksdb_lib_sources.txt b/librocksdb-sys/rocksdb_lib_sources.txt index 20524ca..c9659e6 100644 --- a/librocksdb-sys/rocksdb_lib_sources.txt +++ b/librocksdb-sys/rocksdb_lib_sources.txt @@ -299,4 +299,3 @@ utilities/ttl/db_ttl_impl.cc utilities/wal_filter.cc utilities/write_batch_with_index/write_batch_with_index.cc utilities/write_batch_with_index/write_batch_with_index_internal.cc -