Skip to content

Commit

Permalink
Update rocksdb to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Jul 7, 2023
1 parent f233673 commit 2b42183
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 12 deletions.
81 changes: 78 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/phala-trie-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
hash-db = "0.16.0"
trie-db = "0.27.1"
im = { version = "15", features = ["serde"] }
rocksdb = "0.20"
librocksdb-sys = "0.10.0"
rocksdb = "0.21"
librocksdb-sys = "0.11.0"
log = "0.4"
environmental = "1"
immutable_env = { version = "0.1.0", path = "../immutable_env" }
Expand Down
45 changes: 38 additions & 7 deletions standalone/pruntime/Cargo.lock

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

0 comments on commit 2b42183

Please sign in to comment.