Skip to content

Commit

Permalink
feat: foundry update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemiiah committed Sep 27, 2024
1 parent 1a249ed commit b1a8098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: software-mansion/setup-scarb@v1
- uses: foundry-rs/setup-snfoundry@v3
with:
starknet-foundry-version: 0.25.0
starknet-foundry-version: 0.31.0
- name: Run cairo tests
run: cd contracts && snforge test
2 changes: 1 addition & 1 deletion contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"

[dependencies]
starknet = "2.8.3"
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.27.0" }
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.31.0" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.15.0" }

[[target.starknet-contract]]
Expand Down

0 comments on commit b1a8098

Please sign in to comment.