Skip to content

Commit

Permalink
Soldeer release v0.2.17 (#8344)
Browse files Browse the repository at this point in the history
* Soldeer release v0.2.17

* solved failing test
  • Loading branch information
mario-eth authored Jul 3, 2024
1 parent b1345a2 commit 0dceb53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ reqwest = { version = "0.12", default-features = false }
tower = "0.4"
tower-http = "0.5"
# soldeer
soldeer = "0.2.16"
soldeer = "0.2.17"
13 changes: 5 additions & 8 deletions crates/forge/tests/cli/soldeer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@ checksum = "0f7cd44f5670c31a9646d4031e70c66321cd3ed6ebac3c7278e4e57e4e5c5bd0"
assert_eq!(lock_contents, actual_lock_contents);

// Making sure the foundry contents are the right ones
let foundry_contents = r#"
# Full reference https://github.com/foundry-rs/foundry/tree/master/crates/config
[profile.default]
script = "script"
solc = "0.8.26"
let foundry_contents = r#"[profile.default]
src = "src"
test = "test"
libs = ["dependencies"]
out = "out"
libs = ["lib"]
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
[dependencies]
forge-std = "1.8.1"
Expand Down

0 comments on commit 0dceb53

Please sign in to comment.