Skip to content

Commit

Permalink
trie-bench version 0.19.0 (#75)
Browse files Browse the repository at this point in the history
* trie-bench version 0.18.1

* Update test-support/trie-bench/Cargo.toml

Co-Authored-By: Andronik Ordian <write@reusable.software>

* Bump trie-bench dep in reference-trie

Co-authored-by: Andronik Ordian <write@reusable.software>
  • Loading branch information
montekki and ordian committed Jan 17, 2020
1 parent 46669cb commit 85305ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test-support/reference-trie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trie-root = { path = "../../trie-root", default-features = false, version = "0.1
parity-scale-codec = { version = "1.0.3", features = ["derive"] }

[dev-dependencies]
trie-bench = { path = "../trie-bench", version = "0.18.0" }
trie-bench = { path = "../trie-bench", version = "0.19.0" }
criterion = "0.2.8"

[[bench]]
Expand Down
4 changes: 2 additions & 2 deletions test-support/trie-bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "trie-bench"
description = "Standard benchmarking suite for tries"
version = "0.18.0"
version = "0.19.0"
authors = ["Parity Technologies <admin@parity.io>"]
repository = "https://github.com/paritytech/trie/"
license = "Apache-2.0"
Expand All @@ -13,6 +13,6 @@ trie-standardmap = { path = "../trie-standardmap", version = "0.15.2" }
hash-db = { path = "../../hash-db" , version = "0.15.2"}
memory-db = { path = "../../memory-db", version = "0.18.0" }
trie-root = { path = "../../trie-root", version = "0.15.2" }
trie-db = { path = "../../trie-db", version = "0.19.0" }
trie-db = { path = "../../trie-db", version = "0.19.2" }
criterion = "0.2.8"
parity-scale-codec = { version = "1.0.3" }

0 comments on commit 85305ce

Please sign in to comment.