From 83e2ce2fc0f14dcb7ae3772fd26ccd105d779a95 Mon Sep 17 00:00:00 2001 From: David Palm Date: Fri, 6 Jul 2018 18:38:47 +0200 Subject: [PATCH] Bump version to 0.2 --- triehash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triehash/Cargo.toml b/triehash/Cargo.toml index 1552f4f..47a3c19 100644 --- a/triehash/Cargo.toml +++ b/triehash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "triehash" -version = "0.1.0" +version = "0.2.0" authors = ["Parity Technologies "] description = "in memory patricia trie operations" license = "GPL-3.0"