Skip to content

Commit ece35c4

Browse files
author
Andrii Zadorozhnii
committed
update toolchain
1 parent 3c1554b commit ece35c4

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rocksdb"
33
description = "Rust wrapper for Facebook's RocksDB embeddable database"
44
version = "0.24.0"
55
edition = "2021"
6-
rust-version = "1.88.0"
6+
rust-version = "1.94.0"
77
authors = [
88
"Tyler Neely <t@jujit.su>",
99
"David Greenberg <dsg123456789@gmail.com>",

librocksdb-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "librocksdb-sys"
3-
version = "0.18.0+11.1.0"
3+
version = "0.18.0+11.2.0"
44
edition = "2021"
5-
rust-version = "1.88.0"
5+
rust-version = "1.94.0"
66
authors = [
77
"Karl Hobley <karlhobley10@gmail.com>",
88
"Arkadiy Paronyan <arkadiy@ethcore.io>",

librocksdb-sys/build_version.cc

Lines changed: 4 additions & 4 deletions
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 = "7dfed16d852d42eab97f0ab427e958151ff9ebc6";
12-
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v11.1.0";
11+
static const std::string rocksdb_build_git_sha = "d14074620a800421a05260550d1ed62090f37aed";
12+
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v11.2.0";
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:2026-04-07 16:20:21";
17+
static const std::string rocksdb_build_date = "rocksdb_build_date:2026-04-10 12:00:21";
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:2026-04-07 16:20:21";
21+
static const std::string rocksdb_build_date = "rocksdb_build_date:2026-04-10 12:00:21";
2222
#endif
2323

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

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.88.0"
2+
channel = "1.94.0"

0 commit comments

Comments
 (0)