Skip to content

Commit

Permalink
bump rocksdb crate version to 0.21 (as a result having version 8.1.1 …
Browse files Browse the repository at this point in the history
…of the underlying cpp lib) (kaspanet#225)
  • Loading branch information
michaelsutton authored Jul 17, 2023
1 parent 0a0c342 commit 13f09d0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
40 changes: 31 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ clap = { version = "4.0.23", features = ["derive", "string", "cargo"] }
derive_more = { version = "0.99" }
log = "0.4"
cfg-if = "1.0.0"
rocksdb = "0.19"
rocksdb = "0.21"
num_cpus = "1.15.0"
async-trait = "0.1.57"
paste = "1.0.11"
Expand Down

0 comments on commit 13f09d0

Please sign in to comment.