File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " merkle-trie"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [" CodeChain Team <codechain@codechain.io>" ]
5
5
repository = " http://github.com/CodeChain-io/rust-merkle-trie"
6
6
license = " AGPL-3.0"
7
7
edition = " 2018"
8
8
9
9
[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 " }
12
12
primitives = { git = " https://github.com/CodeChain-io/rust-codechain-primitives.git" , version = " 0.4" }
13
13
rand = " 0.6.1"
14
14
rlp = { git = " https://github.com/CodeChain-io/rlp.git" , version = " 0.4" }
@@ -19,5 +19,5 @@ lru-cache = "0.1.2"
19
19
[dev-dependencies ]
20
20
kvdb = " 0.1"
21
21
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 " }
23
23
tempfile = " 3.1.0"
You can’t perform that action at this time.
0 commit comments