Skip to content

Commit 2774834

Browse files
authored
chore: use coins-ledger from crates.io (#643)
A new version `0.12.0` has been released with the necessary patch.
1 parent d0d42d4 commit 2774834

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

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

starknet-signers/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ thiserror = "1.0.40"
2121
crypto-bigint = { version = "0.5.1", default-features = false }
2222
rand = { version = "0.8.5", features = ["std_rng"] }
2323
coins-bip32 = { version = "0.11.1", optional = true }
24+
coins-ledger = { version = "0.12.0", default-features = false, optional = true }
2425
semver = { version = "1.0.23", optional = true }
2526

26-
# Using a fork until https://github.com/summa-tx/coins/issues/137 is fixed
27-
coins-ledger = { git = "https://github.com/xJonathanLEI/coins", rev = "0e3be5db0b18b683433de6b666556b99c726e785", default-features = false, optional = true }
28-
2927
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
3028
eth-keystore = { version = "0.5.0", default-features = false }
3129

0 commit comments

Comments
 (0)