Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore: use published coins-ledger (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst authored Jan 5, 2021
1 parent 5f29267 commit 98a00e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions ethers-contract/ethers-contract-abigen/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ impl Context {
// export all the created data types
pub use #name_mod::*;

#[allow(clippy::too_many_arguments)]
mod #name_mod {
#imports

Expand Down
2 changes: 1 addition & 1 deletion ethers-signers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ethers-core = { version = "0.1.3", path = "../ethers-core" }
thiserror = { version = "1.0.22", default-features = false }
serde = { version = "1.0.118", default-features = false }

coins-ledger = { git = "https://github.com/summa-tx/bitcoins-rs", default-features = false, optional = true, branch = "master" }
coins-ledger = { version = "0.1.0", default-features = false, optional = true }
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 }
Expand Down

0 comments on commit 98a00e8

Please sign in to comment.