File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-rocksdb"
3
3
description = " Rust wrapper for Facebook's RocksDB embeddable database"
4
- version = " 0.23.0 "
4
+ version = " 0.23.1 "
5
5
edition = " 2021"
6
6
rust-version = " 1.75.0"
7
7
authors = [
@@ -36,7 +36,7 @@ malloc-usable-size = ["rust-librocksdb-sys/malloc-usable-size"]
36
36
37
37
[dependencies ]
38
38
libc = " 0.2"
39
- rust-librocksdb-sys = { path = " librocksdb-sys" , version = " 0.19.0 " }
39
+ rust-librocksdb-sys = { path = " librocksdb-sys" , version = " 0.19.1 " }
40
40
serde = { version = " 1" , features = [" derive" ], optional = true }
41
41
42
42
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-librocksdb-sys"
3
- version = " 0.19.0 +9.0.0"
3
+ version = " 0.19.1 +9.0.0"
4
4
edition = " 2021"
5
5
rust-version = " 1.75.0"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments