Skip to content

Commit

Permalink
Add missing rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Nov 26, 2024
1 parent 17eb84f commit 3aceb4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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 crates/forge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ watchexec-events = "3.0"
watchexec-signals = "3.0"
clearscreen = "3.0"
evm-disassembler.workspace = true
rustls = { version = "0.23.17", features = ["ring"] }

# doc server
axum = { workspace = true, features = ["ws"] }
Expand Down
1 change: 1 addition & 0 deletions crates/forge/tests/it/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ impl ForgeTestData {
pub fn new(profile: ForgeTestProfile) -> Self {
init_tracing();

let _ = rustls::crypto::ring::default_provider().install_default();
let mut project = profile.project();
let output = get_compiled(&mut project);
let test_opts = profile.test_opts(&output);
Expand Down

0 comments on commit 3aceb4c

Please sign in to comment.