From 290036e6a989076cfdf2139b7e3491882a66c089 Mon Sep 17 00:00:00 2001 From: Jiayu Ye Date: Mon, 25 Mar 2019 13:59:24 +0800 Subject: [PATCH] v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04888cd..cfc7954 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cita_trie" -version = "0.1.6" +version = "0.2.0" authors = ["yejiayu "] description = "Modified Patricia Tree (aka Trie)." license = "Apache-2.0"