chore: use published crate (#148)
This commit is contained in:
parent
177f0c3eb9
commit
14c9958e98
|
@ -542,7 +542,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "eth-keystore"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/roynalnaruto/eth-keystore-rs#32777a4bfbd6edc804c88b702b8ffa83546a46c9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "96bf63261e2e008bc78d1dc363d118d59741b10322d9dd6cf7db5fbf58fa81af"
|
||||
dependencies = [
|
||||
"hex",
|
||||
"rand 0.7.3",
|
||||
|
|
|
@ -19,7 +19,7 @@ thiserror = { version = "1.0.22", default-features = false }
|
|||
serde = { version = "1.0.119", default-features = false }
|
||||
|
||||
coins-ledger = { version = "0.1.0", default-features = false, optional = true }
|
||||
eth-keystore = { git = "https://github.com/roynalnaruto/eth-keystore-rs" }
|
||||
eth-keystore = { version = "0.1.0" }
|
||||
hex = { version = "0.4.2", default-features = false, features = ["std"] }
|
||||
async-trait = { version = "0.1.40", default-features = false }
|
||||
elliptic-curve = { version = "0.8.4", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue