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"