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

Commit

Permalink
fix: use once_cell with feature=std in abigen (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes authored Aug 23, 2021
1 parent ea56666 commit 2632434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-contract/ethers-contract-abigen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = "1.0.61"
serde = { version = "1.0.124", features = ["derive"] }
hex = { version = "0.4.2", default-features = false, features = ["std"] }
reqwest = { version = "0.11.3", features = ["blocking"] }
once_cell = { version = "1.8.0", default-features = false }
once_cell = "1.8.0"
cargo_metadata = "0.14.0"
cfg-if = "1.0.0"

Expand Down

0 comments on commit 2632434

Please sign in to comment.