Bump rocksdb to 7.4.4 (#667)

master
Niklas Fiekas 2 years ago committed by GitHub
parent 3256152125
commit 63240f6ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      librocksdb-sys/Cargo.toml
  2. 8
      librocksdb-sys/build_version.cc
  3. 2
      librocksdb-sys/rocksdb
  4. 1
      librocksdb-sys/rocksdb_lib_sources.txt

@ -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 <karlhobley10@gmail.com>", "Arkadiy Paronyan <arkadiy@ethcore.io>"]
license = "MIT/Apache-2.0/BSD-3-Clause"

@ -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

@ -1 +1 @@
Subproject commit 050027c35d594c01904486ae0f43c84e8a221283
Subproject commit e656fa3d196c5b4c8a77255db1e6cd36a7ded348

@ -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

Loading…
Cancel
Save