Skip to content

Commit

Permalink
Bump scarb and foundry
Browse files Browse the repository at this point in the history
commit-id:409916c6
  • Loading branch information
ksew1 committed Jan 13, 2025
1 parent 57c94a5 commit 3127754
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
starknet-foundry 0.34.0
scarb 2.8.1
starknet-foundry 0.35.1
scarb 2.8.5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2024_07"
starknet = ">=2.8.0"

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

[profile.dev.cairo]
unstable-add-statements-functions-debug-info = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2024_07"
starknet = ">=2.8.0"

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

[profile.dev.cairo]
unstable-add-statements-functions-debug-info = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cairo-coverage/tests/data/macros/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2024_07"
starknet = ">=2.8.0"

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

[profile.dev.cairo]
unstable-add-statements-functions-debug-info = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cairo-coverage/tests/data/readme_example/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2024_07"
starknet = ">=2.8.0"

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

[profile.dev.cairo]
unstable-add-statements-functions-debug-info = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cairo-coverage/tests/data/scarb_template/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2024_07"
starknet = ">=2.8.0"

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

[profile.dev.cairo]
unstable-add-statements-functions-debug-info = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cairo-coverage/tests/data/simple/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2024_07"
starknet = ">=2.8.0"

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

[profile.dev.cairo]
unstable-add-statements-functions-debug-info = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2023_11"
starknet = ">=2.8.0"

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

[[target.starknet-contract]]
sierra = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FN:17,snforge_template::HelloStarknet::HelloStarknetImpl::increase_balance
FNDA:8,snforge_template::HelloStarknet::HelloStarknetImpl::increase_balance
FNF:2
FNH:2
DA:17,2
DA:17,7
DA:18,8
DA:22,9
LF:3
Expand Down

0 comments on commit 3127754

Please sign in to comment.