Skip to content

Commit

Permalink
bump rocksdb to 6.20.3 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian authored Jul 30, 2021
1 parent faad8b6 commit bd6bb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kvdb-rocksdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog].
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [Unreleased]
- Bumped `rocksdb` to 0.17. [#573](https://github.com/paritytech/parity-common/pull/573)

### Breaking
- Updated `kvdb` to 0.10. [#556](https://github.com/paritytech/parity-common/pull/556)
Expand Down
2 changes: 1 addition & 1 deletion kvdb-rocksdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4.8"
num_cpus = "1.10.1"
parking_lot = "0.11.1"
regex = "1.3.1"
rocksdb = { version = "0.16", features = ["snappy"], default-features = false }
rocksdb = { version = "0.17", features = ["snappy"], default-features = false }
owning_ref = "0.4.0"
parity-util-mem = { path = "../parity-util-mem", version = "0.10", default-features = false, features = ["std", "smallvec"] }

Expand Down

0 comments on commit bd6bb46

Please sign in to comment.