Skip to content

Commit cf14145

Browse files
authored
chore: bump snfoundry (#576)
This PR bumps Starknet Foundry to v0.21.0.
1 parent a551a4f commit cf14145

File tree

6 files changed

+2179
-1493
lines changed

6 files changed

+2179
-1493
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
scarb 2.6.3
2-
starknet-foundry 0.19.0
2+
starknet-foundry 0.21.0

Scarb.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies = [
1717

1818
[[package]]
1919
name = "snforge_std"
20-
version = "0.19.0"
21-
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.19.0#a3391dce5bdda51c63237032e6cfc64fb7a346d4"
20+
version = "0.21.0"
21+
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.21.0#2996b8c1dd66b2715fc67e69578089f278a46790"
2222

2323
[[package]]
2424
name = "wadray"

Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ wadray = { git = "https://github.com/lindy-labs/wadray.git", tag = "v0.3.0" }
2222
access_control = { git = "https://github.com/lindy-labs/access_control.git", tag = "v0.3.0" }
2323

2424
[dev-dependencies]
25-
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.19.0" }
25+
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.21.0" }
2626

2727
[scripts]
2828
devnet = "starknet-devnet --seed 1087810753"

0 commit comments

Comments
 (0)