Skip to content

Commit

Permalink
chore: bump scarb 0.6.1 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat authored Aug 14, 2023
1 parent 851cef0 commit affd44b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "0.6.1"
- run: scarb fmt --check
- run: scarb build
- run: scarb test
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 0.6.0
scarb 0.6.1
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
cairo-version = "2.1.0-rc2"
cairo-version = "2.1.0"
name = "kakarot"
version = "0.1.0"
readme = "README.md"
repository = "https://github.com/kkrt-labs/kakarot-ssj/"
license-file = "LICENSE"

[dependencies]
starknet = "2.1.0-rc2"
starknet = "2.1.0"

[[tool.starknet-contract]]

0 comments on commit affd44b

Please sign in to comment.