Skip to content

Commit 0dceb53

Browse files
authored
Soldeer release v0.2.17 (#8344)
* Soldeer release v0.2.17 * solved failing test
1 parent b1345a2 commit 0dceb53

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,4 @@ reqwest = { version = "0.12", default-features = false }
260260
tower = "0.4"
261261
tower-http = "0.5"
262262
# soldeer
263-
soldeer = "0.2.16"
263+
soldeer = "0.2.17"

crates/forge/tests/cli/soldeer.rs

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,12 @@ checksum = "0f7cd44f5670c31a9646d4031e70c66321cd3ed6ebac3c7278e4e57e4e5c5bd0"
3636
assert_eq!(lock_contents, actual_lock_contents);
3737

3838
// Making sure the foundry contents are the right ones
39-
let foundry_contents = r#"
40-
# Full reference https://github.com/foundry-rs/foundry/tree/master/crates/config
41-
42-
[profile.default]
43-
script = "script"
44-
solc = "0.8.26"
39+
let foundry_contents = r#"[profile.default]
4540
src = "src"
46-
test = "test"
47-
libs = ["dependencies"]
41+
out = "out"
42+
libs = ["lib"]
43+
44+
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
4845
4946
[dependencies]
5047
forge-std = "1.8.1"

0 commit comments

Comments
 (0)