Skip to content

Commit 7c9ef51

Browse files
Seulgi Kimsgkim126
authored andcommitted
Export trie-standardmap
1 parent ad385b1 commit 7c9ef51

File tree

5 files changed

+4
-137
lines changed

5 files changed

+4
-137
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ token-generator = "0.1.0"
3030
[dev-dependencies]
3131
kvdb-memorydb = "0.1"
3232
tempfile = "3.0.4"
33-
trie-standardmap = { path = "../util/trie-standardmap" }
33+
trie-standardmap = { git = "https://github.com/CodeChain-io/trie-standardmap.git", version = "0.2" }

util/merkle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ rlp = { git = "https://github.com/CodeChain-io/rlp.git", version = "0.4" }
1515
kvdb = "0.1"
1616
kvdb-rocksdb = "0.1"
1717
tempfile = "3.1.0"
18-
trie-standardmap = { path = "../trie-standardmap" }
18+
trie-standardmap = { git = "https://github.com/CodeChain-io/trie-standardmap.git", version = "0.2" }

util/trie-standardmap/Cargo.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

util/trie-standardmap/src/lib.rs

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)