Skip to content

Commit

Permalink
Merge remote-tracking branch 'namada/fraccaman/update-rocksdb-0.20.1' (
Browse files Browse the repository at this point in the history
…#1163) into main

* namada/fraccaman/update-rocksdb-0.20.1:
  changelog: add #1163
  update rocksdb version
  • Loading branch information
juped committed Apr 13, 2023
2 parents 1c2347d + a0f0752 commit eadd3e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Updated RocksDB to v0.20.1.
([#1163](https://github.com/anoma/namada/pull/1163))
13 changes: 7 additions & 6 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 apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ rayon = "=1.5.3"
regex = "1.4.5"
reqwest = "0.11.4"
rlimit = "0.5.4"
rocksdb = {version = "0.19.0", features = ['zstd', 'jemalloc'], default-features = false}
rocksdb = {version = "0.20.1", features = ['zstd', 'jemalloc'], default-features = false}
rpassword = "5.0.1"
serde = {version = "1.0.125", features = ["derive"]}
serde_bytes = "0.11.5"
Expand Down

0 comments on commit eadd3e6

Please sign in to comment.