Skip to content

Commit c682c3a

Browse files
versions bumped
1 parent d6e54c5 commit c682c3a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

test-support/reference-trie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reference-trie"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Simple reference trie format"
66
repository = "https://github.com/paritytech/trie/"

test-support/trie-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "trie-bench"
33
description = "Standard benchmarking suite for tries"
4-
version = "0.42.0"
4+
version = "0.42.1"
55
authors = ["Parity Technologies <admin@parity.io>"]
66
repository = "https://github.com/paritytech/trie/"
77
license = "Apache-2.0"

trie-db/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trie-db-test"
3-
version = "0.31.0"
3+
version = "0.31.1"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Tests for trie-db crate"
66
repository = "https://github.com/paritytech/trie"

trie-eip1186/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trie-eip1186"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "EIP-1186 compliant proof generation and verification"
66
repository = "https://github.com/paritytech/trie"

trie-eip1186/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trie-eip1186-test"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Tests for trie-eip1186 crate"
66
repository = "https://github.com/paritytech/trie"

0 commit comments

Comments
 (0)