File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " RocksDict"
3
- version = " 0.3.20 "
3
+ version = " 0.3.21 "
4
4
edition = " 2021"
5
5
description = " Rocksdb Python Binding"
6
6
@@ -11,8 +11,8 @@ name = "rocksdict"
11
11
crate-type = [" cdylib" ]
12
12
13
13
[dependencies ]
14
- rocksdb = { git = " https://github.com/Congyuwang/rust-rocksdb" , tag = " v0.23 .0+8.9.1 " }
15
- librocksdb-sys = { git = " https://github.com/Congyuwang/rust-rocksdb" , tag = " v0.23 .0+8.9.1 " }
14
+ rocksdb = { git = " https://github.com/Congyuwang/rust-rocksdb" , tag = " v0.22 .0+8.10.0 " }
15
+ librocksdb-sys = { git = " https://github.com/Congyuwang/rust-rocksdb" , tag = " v0.22 .0+8.10.0 " }
16
16
pyo3-log = " 0.9"
17
17
log = " 0.4"
18
18
serde = { version = " 1" , features = [" derive" ] }
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " rocksdict"
3
- version = " 0.3.20 "
3
+ version = " 0.3.21 "
4
4
description = " Rocksdb Python Binding"
5
5
long_description_content_type =" text/markdown"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments