Skip to content

Commit

Permalink
chore: enable rustls for foundry-common (#7664)
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr authored Apr 15, 2024
1 parent 1ca9b85 commit 1122df5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ num-format.workspace = true
foundry-macros.workspace = true
pretty_assertions.workspace = true
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }

[features]
default = ["rustls"]
rustls = ["reqwest_ethers/rustls-tls-native-roots"]

0 comments on commit 1122df5

Please sign in to comment.