Skip to content

Commit

Permalink
update dep rust-rocksdb version
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Dec 14, 2023
1 parent 778c0b3 commit ac73f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ name = "rocksdict"
crate-type = ["cdylib"]

[dependencies]
rocksdb = { git = "https://github.com/Congyuwang/rust-rocksdb", tag = "v0.23.0+8.8.1" }
librocksdb-sys = { git = "https://github.com/Congyuwang/rust-rocksdb", tag = "v0.23.0+8.8.1" }
rocksdb = { git = "https://github.com/Congyuwang/rust-rocksdb", tag = "v0.23.0+8.9.1" }
librocksdb-sys = { git = "https://github.com/Congyuwang/rust-rocksdb", tag = "v0.23.0+8.9.1" }
pyo3-log = "0.9"
log = "0.4"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit ac73f49

Please sign in to comment.