Skip to content

Commit

Permalink
upgrade snforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk8erboi84 committed Nov 11, 2023
1 parent 44ac3b0 commit 8fcac12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
scarb-version: "2.3.1"
- uses: foundry-rs/setup-snfoundry@v2
with:
starknet-foundry-version: 0.9.1
starknet-foundry-version: 0.10.1
- name: Run cairo tests
run: snforge test
# - name: Set up Scarb
Expand Down
2 changes: 1 addition & 1 deletion Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ dependencies = [
[[package]]
name = "snforge_std"
version = "0.1.0"
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.9.1#da085bd11e1b151d0592f43917136560d9b70d37"
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.10.1#da085bd11e1b151d0592f43917136560d9b70d37"
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ alexandria_data_structures = { git = "https://github.com/keep-starknet-strange/a
alexandria_math = { git = "https://github.com/keep-starknet-strange/alexandria.git", tag = "cairo-v2.3.0-rc0" }
alexandria_storage = { git = "https://github.com/keep-starknet-strange/alexandria.git", tag = "cairo-v2.3.0-rc0" }
alexandria_sorting = { git = "https://github.com/keep-starknet-strange/alexandria.git", tag = "cairo-v2.3.0-rc0" }
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.9.1" }
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.10.1" }


[tool.snforge]
Expand Down
2 changes: 1 addition & 1 deletion book/src/continuous-integration/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
- uses: actions/checkout@v3
- uses: foundry-rs/setup-snfoundry@v1
with:
starknet-foundry-version: 0.9.1
starknet-foundry-version: 0.10.1
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "0.7.0"
Expand Down

0 comments on commit 8fcac12

Please sign in to comment.