File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ zstd-static-linking-only = ["rust-librocksdb-sys/zstd-static-linking-only"]
37
37
38
38
[dependencies ]
39
39
libc = " 0.2"
40
- rust-librocksdb-sys = { path = " librocksdb-sys" , version = " 0.26 .0" }
40
+ rust-librocksdb-sys = { path = " librocksdb-sys" , version = " 0.27 .0" }
41
41
serde = { version = " 1" , features = [" derive" ], optional = true }
42
42
43
43
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-librocksdb-sys"
3
- version = " 0.26 .0+9.6.1 "
3
+ version = " 0.27 .0+9.7.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.75.0"
6
6
authors = [
Original file line number Diff line number Diff line change 8
8
9
9
// The build script may replace these values with real values based
10
10
// on whether or not GIT is available and the platform settings
11
- static const std::string rocksdb_build_git_sha = " 13d5230e5da650cf93e6dccb389c82d316d355c6 " ;
12
- static const std::string rocksdb_build_git_tag = " rocksdb_build_git_tag:v9.6.1 " ;
11
+ static const std::string rocksdb_build_git_sha = " b5cde68b8ab2b78b3364c23c566eee14d5cc488a " ;
12
+ static const std::string rocksdb_build_git_tag = " rocksdb_build_git_tag:v9.7.2 " ;
13
13
#define HAS_GIT_CHANGES 0
14
14
#if HAS_GIT_CHANGES == 0
15
15
// If HAS_GIT_CHANGES is 0, the GIT date is used.
16
16
// Use the time the branch/tag was last modified
17
- static const std::string rocksdb_build_date = " rocksdb_build_date:2024-08-27 13:39:35 " ;
17
+ static const std::string rocksdb_build_date = " rocksdb_build_date:2024-10-14 10:27:00 " ;
18
18
#else
19
19
// If HAS_GIT_CHANGES is > 0, the branch/tag has modifications.
20
20
// Use the time the build was created.
21
- static const std::string rocksdb_build_date = " rocksdb_build_date:2024-08-27 13:39:35 " ;
21
+ static const std::string rocksdb_build_date = " rocksdb_build_date:2024-10-14 10:27:00 " ;
22
22
#endif
23
23
24
24
std::unordered_map<std::string, ROCKSDB_NAMESPACE::RegistrarFunc> ROCKSDB_NAMESPACE::ObjectRegistry::builtins_ = {};
You can’t perform that action at this time.
0 commit comments