We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1a7f commit eaf84beCopy full SHA for eaf84be
network/Cargo.toml
@@ -22,5 +22,5 @@ rlp = { path = "../util/rlp" }
22
rlp_derive = { path = "../util/rlp_derive" }
23
table = { path = "../util/table" }
24
time = "0.1"
25
-token-generator = { git = "https://github.com/CodeChain-io/rust-token-generator.git" }
+token-generator = "0.1.0"
26
cidr = "0.0.4"
sync/Cargo.toml
@@ -24,7 +24,7 @@ rand = "0.6.1"
rlp = { path = "../util/rlp" }
snap = "0.2"
27
28
util-error = { path = "../util/error" }
29
30
[dev-dependencies]
0 commit comments