Skip to content

Commit 1efaea1

Browse files
committed
Bump scarb -> 2.18.0 & foundry -> 0.60.0
1 parent 500fdce commit 1efaea1

8 files changed

Lines changed: 20 additions & 16 deletions

File tree

.github/workflows/on-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: foundry-rs/setup-snfoundry@v3
1515
with:
16-
starknet-foundry-version: "0.55.0"
16+
starknet-foundry-version: "0.60.0"
1717
- uses: software-mansion/setup-scarb@v1
1818
with:
19-
scarb-version: "2.15.1"
19+
scarb-version: "2.18.0"
2020

2121
- name: Install cairo-coverage
2222
run: |

.github/workflows/publish-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: software-mansion/setup-scarb@v1
2424
with:
25-
scarb-version: "2.11.4"
25+
scarb-version: "2.18.0"
2626

2727
- name: Extract current versions
2828
working-directory: ./packages/testing

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: software-mansion/setup-scarb@v1
2424
with:
25-
scarb-version: "2.11.4"
25+
scarb-version: "2.18.0"
2626

2727
- name: Extract publish version
2828
run: |

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
scarb 2.15.1
2-
starknet-foundry 0.55.0
1+
scarb 2.18.0
2+
starknet-foundry 0.60.0

Scarb.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@ dependencies = [
141141

142142
[[package]]
143143
name = "snforge_scarb_plugin"
144-
version = "0.55.0"
144+
version = "0.60.0"
145145
source = "registry+https://scarbs.xyz/"
146-
checksum = "sha256:638535780a23d1491c2438e64045c479d16de6a69e41ad17ac065272c485873b"
146+
checksum = "sha256:924358bf316e502923f6733b50e239ea37585a05dc24c5fc8dd9e45f88cf7339"
147147

148148
[[package]]
149149
name = "snforge_std"
150-
version = "0.55.0"
150+
version = "0.60.0"
151151
source = "registry+https://scarbs.xyz/"
152-
checksum = "sha256:a04b0bf731f02307506dad368713099e701565edd9b98b044ca54b932c29ef74"
152+
checksum = "sha256:32e6baabec4f9af21089bc7ca685ffea5e4164497340ecbdb99314e568029195"
153153
dependencies = [
154154
"snforge_scarb_plugin",
155155
]

Scarb.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ repository = "https://github.com/starkware-libs/starkware-starknet-utils"
1717
version = "1.0.0"
1818

1919
[workspace.dependencies]
20-
assert_macros = "2.15.1"
20+
assert_macros = "2.18.0"
2121
openzeppelin = "3.0.0"
22-
snforge_std = "0.55.0"
23-
starknet = "2.15.1"
22+
snforge_std = "0.60.0"
23+
starknet = "2.18.0"
2424

2525
[workspace.tool.fmt]
2626
sort-module-level-items = true
2727

2828
[workspace.tool.scarb]
29-
allow-prebuilt-plugins = ["snforge_std"]
29+
allow-prebuilt-plugins = ["snforge_std", "snforge_scarb_plugin"]
3030

3131
[profile.dev.cairo]
3232
inlining-strategy = "avoid"

packages/testing/Scarb.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ test = "SNFORGE_BACKTRACE=1 snforge test"
2929

3030
[tool]
3131
fmt.workspace = true
32-
scarb.workspace = true
32+
33+
[tool.scarb]
34+
allow-prebuilt-plugins = ["snforge_std", "snforge_scarb_plugin"]
3335

3436
[profile.dev.cairo]
3537
unstable-add-statements-functions-debug-info = true

packages/utils/Scarb.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ name = "starkware_utils_unittest"
2727

2828
[tool]
2929
fmt.workspace = true
30-
scarb.workspace = true
30+
31+
[tool.scarb]
32+
allow-prebuilt-plugins = ["snforge_std", "snforge_scarb_plugin"]
3133

3234
[profile.dev.cairo]
3335
unstable-add-statements-functions-debug-info = true

0 commit comments

Comments
 (0)