Bump rocksdb to 7.9.2 (#726)

master
Brord van Wierst 2 years ago committed by GitHub
parent 5ed1043488
commit c1314a3d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      Cargo.toml
  3. 2
      librocksdb-sys/Cargo.toml
  4. 8
      librocksdb-sys/build_version.cc
  5. 2
      librocksdb-sys/rocksdb
  6. 2
      librocksdb-sys/rocksdb_lib_sources.txt

@ -2,6 +2,7 @@
## [Unreleased]
* Bump rocksdb to 7.9.2 (kwek20)
* Bump rocksdb to 7.8.3 (aleksuss)
## 0.19.0 (2022-08-05)

@ -35,7 +35,7 @@ serde1 = ["serde"]
[dependencies]
libc = "0.2"
librocksdb-sys = { path = "librocksdb-sys", version = "0.9.0" }
librocksdb-sys = { path = "librocksdb-sys", version = "0.10.0" }
serde = { version = "1", features = [ "derive" ], optional = true }
[dev-dependencies]

@ -1,6 +1,6 @@
[package]
name = "librocksdb-sys"
version = "0.9.0+7.8.3"
version = "0.10.0+7.9.2"
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 = "bf2c335184de16a3cc1787fa97ef9f22f7114238";
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v7.8.3";
static const std::string rocksdb_build_git_sha = "444b3f4845dd01b0d127c4b420fdd3b50ad56682";
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v7.9.2";
#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-11-29 06:51:03";
static const std::string rocksdb_build_date = "rocksdb_build_date:2022-12-22 09:30:39";
#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-11-29 06:51:03";
static const std::string rocksdb_build_date = "rocksdb_build_date:2022-12-22 09:20:39";
#endif
#ifndef ROCKSDB_LITE

@ -1 +1 @@
Subproject commit bf2c335184de16a3cc1787fa97ef9f22f7114238
Subproject commit 444b3f4845dd01b0d127c4b420fdd3b50ad56682

@ -4,9 +4,9 @@ cache/cache_key.cc
cache/cache_reservation_manager.cc
cache/charged_cache.cc
cache/clock_cache.cc
cache/fast_lru_cache.cc
cache/lru_cache.cc
cache/compressed_secondary_cache.cc
cache/secondary_cache.cc
cache/sharded_cache.cc
db/arena_wrapped_db_iter.cc
db/blob/blob_contents.cc

Loading…
Cancel
Save