Skip to content

Commit

Permalink
chore: use coins-ledger from crates.io (#643)
Browse files Browse the repository at this point in the history
A new version `0.12.0` has been released with the necessary patch.
  • Loading branch information
xJonathanLEI authored Jul 29, 2024
1 parent d0d42d4 commit 2774834
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions starknet-signers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ thiserror = "1.0.40"
crypto-bigint = { version = "0.5.1", default-features = false }
rand = { version = "0.8.5", features = ["std_rng"] }
coins-bip32 = { version = "0.11.1", optional = true }
coins-ledger = { version = "0.12.0", default-features = false, optional = true }
semver = { version = "1.0.23", optional = true }

# Using a fork until https://github.com/summa-tx/coins/issues/137 is fixed
coins-ledger = { git = "https://github.com/xJonathanLEI/coins", rev = "0e3be5db0b18b683433de6b666556b99c726e785", default-features = false, optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
eth-keystore = { version = "0.5.0", default-features = false }

Expand Down

0 comments on commit 2774834

Please sign in to comment.