Skip to content

Commit 34843ec

Browse files
authored
Bump forge (#149)
**Stack**: - #152 - #151 - #150 - #149⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
1 parent dd40d8d commit 34843ec

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
starknet-foundry 0.35.1
1+
starknet-foundry 0.37.0
22
scarb 2.8.5

crates/cairo-coverage/tests/data/complex_calculator/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024_07"
77
starknet = ">=2.8.0"
88

99
[dev-dependencies]
10-
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.35.1" }
10+
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.37.0" }
1111

1212
[profile.dev.cairo]
1313
unstable-add-statements-functions-debug-info = true

crates/cairo-coverage/tests/data/coverage_ignore/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024_07"
77
starknet = ">=2.8.0"
88

99
[dev-dependencies]
10-
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.35.1" }
10+
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.37.0" }
1111

1212
[profile.dev.cairo]
1313
unstable-add-statements-functions-debug-info = true

crates/cairo-coverage/tests/data/macros/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024_07"
77
starknet = ">=2.8.0"
88

99
[dev-dependencies]
10-
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.35.1" }
10+
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.37.0" }
1111

1212
[profile.dev.cairo]
1313
unstable-add-statements-functions-debug-info = true

crates/cairo-coverage/tests/data/readme_example/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024_07"
77
starknet = ">=2.8.0"
88

99
[dev-dependencies]
10-
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.35.1" }
10+
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.37.0" }
1111

1212
[profile.dev.cairo]
1313
unstable-add-statements-functions-debug-info = true

crates/cairo-coverage/tests/data/scarb_template/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024_07"
77
starknet = ">=2.8.0"
88

99
[dev-dependencies]
10-
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.35.1" }
10+
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.37.0" }
1111

1212
[profile.dev.cairo]
1313
unstable-add-statements-functions-debug-info = true

crates/cairo-coverage/tests/data/simple/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024_07"
77
starknet = ">=2.8.0"
88

99
[dev-dependencies]
10-
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.35.1" }
10+
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.37.0" }
1111

1212
[profile.dev.cairo]
1313
unstable-add-statements-functions-debug-info = true

crates/cairo-coverage/tests/data/snforge_template/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2023_11"
77
starknet = ">=2.8.0"
88

99
[dev-dependencies]
10-
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.35.1" }
10+
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.37.0" }
1111

1212
[[target.starknet-contract]]
1313
sierra = true

0 commit comments

Comments
 (0)