Skip to content

Commit 36e1277

Browse files
author
Seulgi Kim
committed
Bump up the version to 0.4.0
This version * upgrades codechain-crypto and codechain-db. * implements Merkle Proof.
1 parent e41cc11 commit 36e1277

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "merkle-trie"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["CodeChain Team <codechain@codechain.io>"]
55
repository = "http://github.com/CodeChain-io/rust-merkle-trie"
66
license = "AGPL-3.0"
77
edition = "2018"
88

99
[dependencies]
10-
ccrypto = { package = "codechain-crypto", git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.1" }
11-
cdb = { package = "codechain-db", git = "https://github.com/CodeChain-io/rust-codechain-db.git", version = "0.1" }
10+
ccrypto = { package = "codechain-crypto", git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.2" }
11+
cdb = { package = "codechain-db", git = "https://github.com/CodeChain-io/rust-codechain-db.git", version = "0.2" }
1212
primitives = { git = "https://github.com/CodeChain-io/rust-codechain-primitives.git", version = "0.4" }
1313
rand = "0.6.1"
1414
rlp = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.4" }
@@ -19,5 +19,5 @@ lru-cache = "0.1.2"
1919
[dev-dependencies]
2020
kvdb = "0.1"
2121
kvdb-rocksdb = "0.1"
22-
standardmap = { package = "trie-standardmap", git = "https://github.com/CodeChain-io/trie-standardmap.git", version = "0.2" }
22+
standardmap = { package = "trie-standardmap", git = "https://github.com/CodeChain-io/trie-standardmap.git", version = "0.3" }
2323
tempfile = "3.1.0"

0 commit comments

Comments
 (0)