From c48fdbdecce6c5f86ca423e050834362f716abce Mon Sep 17 00:00:00 2001 From: Seulgi Kim Date: Fri, 7 Feb 2020 09:32:59 +0900 Subject: [PATCH] Bump up the version to 0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57a6125..a14b803 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trie-standardmap" -version = "0.2.0" +version = "0.3.0" authors = ["CodeChain Team ", "debris "] description = "Standard test map for profiling merkle tries" repository = "https://github.com/CodeChain/trie-standardmap" @@ -8,6 +8,6 @@ license = "GPL-3.0" edition = "2018" [dependencies] -codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.1" } +codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.2" } primitives = { git = "https://github.com/CodeChain-io/rust-codechain-primitives.git", version = "0.4" } rlp = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.4" }