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

Commit 58bba8e

Browse files
committed
fix: ethers-contract-derive: Disable default features of ethers-contract-abigen
Without this fix, `rustls` was enabled by default even if user had `openssl` feature flag
1 parent ac535a4 commit 58bba8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ethers-contract/ethers-contract-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro = true
1717

1818
[dependencies]
1919
ethers-core = { version = "^1.0.0", path = "../../ethers-core" }
20-
ethers-contract-abigen = { version = "^1.0.0", path = "../ethers-contract-abigen" }
20+
ethers-contract-abigen = { version = "^1.0.0", path = "../ethers-contract-abigen", default-features = false }
2121

2222
serde_json = "1.0.53"
2323
hex = { version = "0.4.3", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)