Skip to content

Commit a713c75

Browse files
committed
update rocksdb version to v8.10.0
1 parent b173504 commit a713c75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "RocksDict"
3-
version = "0.3.20"
3+
version = "0.3.21"
44
edition = "2021"
55
description = "Rocksdb Python Binding"
66

@@ -11,8 +11,8 @@ name = "rocksdict"
1111
crate-type = ["cdylib"]
1212

1313
[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" }
1616
pyo3-log = "0.9"
1717
log = "0.4"
1818
serde = { version = "1", features = ["derive"] }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rocksdict"
3-
version = "0.3.20"
3+
version = "0.3.21"
44
description = "Rocksdb Python Binding"
55
long_description_content_type="text/markdown"
66
readme = "README.md"

0 commit comments

Comments
 (0)