Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
WIP: Upgrade kvdb_rocksdb dependency (#914)
Browse files Browse the repository at this point in the history
* Add clang

* Upgrade kvdb-rocksdb version
  • Loading branch information
chevdor authored Mar 20, 2020
1 parent a66eac2 commit 3a6c33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
21 changes: 1 addition & 20 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 availability-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ kvdb = "0.4.0"
kvdb-memorydb = "0.4.0"

[target.'cfg(not(target_os = "unknown"))'.dependencies]
kvdb-rocksdb = "0.5.0"
kvdb-rocksdb = "0.6.0"

0 comments on commit 3a6c33f

Please sign in to comment.