Skip to content

Commit

Permalink
update pyo3 to v0.20.0 and rocksdb to v8.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Oct 20, 2023
1 parent 2fba6e8 commit 6527428
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "RocksDict"
version = "0.3.14"
version = "0.3.15"
edition = "2021"
description = "Rocksdb Python Binding"

Expand All @@ -11,15 +11,15 @@ name = "rocksdict"
crate-type = ["cdylib"]

[dependencies]
rocksdb = { git = "https://github.com/Congyuwang/rust-rocksdb", tag = "v0.21.0+8.5.3" }
librocksdb-sys = { git = "https://github.com/Congyuwang/rust-rocksdb", tag = "v0.21.0+8.5.3" }
pyo3-log = "0.8"
rocksdb = { git = "https://github.com/Congyuwang/rust-rocksdb", tag = "v0.21.0+8.6.7" }
librocksdb-sys = { git = "https://github.com/Congyuwang/rust-rocksdb", tag = "v0.21.0+8.6.7" }
pyo3-log = "0.9"
log = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.87"
num-bigint = "^0.4.3"
libc = "0.2.112"

[dependencies.pyo3]
version = "0.19"
version = "0.20"
features = ["extension-module", "num-bigint"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rocksdict"
version = "0.3.14"
version = "0.3.15"
description = "Rocksdb Python Binding"
long_description_content_type="text/markdown"
readme = "README.md"
Expand Down

0 comments on commit 6527428

Please sign in to comment.