Skip to content

Commit

Permalink
Merge pull request #2145 from b-zee/chore-remove-openssl-in-alloy-req…
Browse files Browse the repository at this point in the history
…west

chore(evmlib): use alloy without openssl
  • Loading branch information
b-zee authored Sep 26, 2024
2 parents d2a1dca + 913e44f commit 9802dfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 144 deletions.
143 changes: 0 additions & 143 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion evmlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/maidsafe/safe_network"
version = "0.1.0"

[dependencies]
alloy = { version = "0.2", features = ["full", "provider-anvil-node"] }
alloy = { version = "0.2", default-features = false, features = ["std", "full", "provider-anvil-node", "reqwest-rustls-tls"] }
serde = "1.0"
thiserror = "1.0"
tokio = "1.38.0"
Expand Down

0 comments on commit 9802dfc

Please sign in to comment.