Skip to content

Commit eaf84be

Browse files
Seulgi Kimsgkim126
authored andcommitted
Use the published token-generator library
1 parent 4bd1a7f commit eaf84be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ rlp = { path = "../util/rlp" }
2222
rlp_derive = { path = "../util/rlp_derive" }
2323
table = { path = "../util/table" }
2424
time = "0.1"
25-
token-generator = { git = "https://github.com/CodeChain-io/rust-token-generator.git" }
25+
token-generator = "0.1.0"
2626
cidr = "0.0.4"

sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rand = "0.6.1"
2424
rlp = { path = "../util/rlp" }
2525
snap = "0.2"
2626
time = "0.1"
27-
token-generator = { git = "https://github.com/CodeChain-io/rust-token-generator.git" }
27+
token-generator = "0.1.0"
2828
util-error = { path = "../util/error" }
2929

3030
[dev-dependencies]

0 commit comments

Comments
 (0)