File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "rocksdb"
33description = " Rust wrapper for Facebook's RocksDB embeddable database"
44version = " 0.24.0"
55edition = " 2021"
6- rust-version = " 1.88 .0"
6+ rust-version = " 1.94 .0"
77authors = [
88 " Tyler Neely <t@jujit.su>" ,
99 " David Greenberg <dsg123456789@gmail.com>" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " librocksdb-sys"
3- version = " 0.18.0+11.1 .0"
3+ version = " 0.18.0+11.2 .0"
44edition = " 2021"
5- rust-version = " 1.88 .0"
5+ rust-version = " 1.94 .0"
66authors = [
77 " Karl Hobley <karlhobley10@gmail.com>" ,
88 " Arkadiy Paronyan <arkadiy@ethcore.io>" ,
Original file line number Diff line number Diff line change 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
2424std::unordered_map<std::string, ROCKSDB_NAMESPACE ::RegistrarFunc> ROCKSDB_NAMESPACE ::ObjectRegistry::builtins_ = {};
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.88 .0"
2+ channel = " 1.94 .0"
You can’t perform that action at this time.
0 commit comments