Skip to content

Commit

Permalink
Bump up the version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seulgi Kim committed Feb 7, 2020
1 parent f2cdd24 commit c48fdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "trie-standardmap"
version = "0.2.0"
version = "0.3.0"
authors = ["CodeChain Team <[email protected]>", "debris <[email protected]>"]
description = "Standard test map for profiling merkle tries"
repository = "https://github.com/CodeChain/trie-standardmap"
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" }

0 comments on commit c48fdbd

Please sign in to comment.