Skip to content

Commit c48fdbd

Browse files
author
Seulgi Kim
committed
Bump up the version to 0.3.0
1 parent f2cdd24 commit c48fdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "trie-standardmap"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["CodeChain Team <[email protected]>", "debris <[email protected]>"]
55
description = "Standard test map for profiling merkle tries"
66
repository = "https://github.com/CodeChain/trie-standardmap"
77
license = "GPL-3.0"
88
edition = "2018"
99

1010
[dependencies]
11-
codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.1" }
11+
codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.2" }
1212
primitives = { git = "https://github.com/CodeChain-io/rust-codechain-primitives.git", version = "0.4" }
1313
rlp = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.4" }

0 commit comments

Comments
 (0)