From 77872d8515296d9ff676756fc6557afe45d966df Mon Sep 17 00:00:00 2001 From: David Palm Date: Fri, 6 Jul 2018 19:28:41 +0200 Subject: [PATCH] Bump triehash to v0.1.1 --- triehash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triehash/Cargo.toml b/triehash/Cargo.toml index dfe5097..29e712d 100644 --- a/triehash/Cargo.toml +++ b/triehash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "triehash" -version = "0.1.0" +version = "0.1.1" authors = ["Parity Technologies "] description = "in memory patricia trie operations" repository = "https://github.com/paritytech/parity-common"