File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 1- scarb 2.15.1
2- starknet-foundry 0.55 .0
1+ scarb 2.18.0
2+ starknet-foundry 0.60 .0
Original file line number Diff line number Diff line change @@ -141,15 +141,15 @@ dependencies = [
141141
142142[[package]]
143143name = "snforge_scarb_plugin"
144- version = "0.55 .0"
144+ version = "0.60 .0"
145145source = "registry+https://scarbs.xyz/"
146- checksum = "sha256:638535780a23d1491c2438e64045c479d16de6a69e41ad17ac065272c485873b "
146+ checksum = "sha256:924358bf316e502923f6733b50e239ea37585a05dc24c5fc8dd9e45f88cf7339 "
147147
148148[[package]]
149149name = "snforge_std"
150- version = "0.55 .0"
150+ version = "0.60 .0"
151151source = "registry+https://scarbs.xyz/"
152- checksum = "sha256:a04b0bf731f02307506dad368713099e701565edd9b98b044ca54b932c29ef74 "
152+ checksum = "sha256:32e6baabec4f9af21089bc7ca685ffea5e4164497340ecbdb99314e568029195 "
153153dependencies = [
154154 "snforge_scarb_plugin",
155155]
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ repository = "https://github.com/starkware-libs/starkware-starknet-utils"
1717version = " 1.0.0"
1818
1919[workspace .dependencies ]
20- assert_macros = " 2.15.1 "
20+ assert_macros = " 2.18.0 "
2121openzeppelin = " 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 ]
2626sort-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 ]
3232inlining-strategy = " avoid"
Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ test = "SNFORGE_BACKTRACE=1 snforge test"
2929
3030[tool ]
3131fmt.workspace = true
32- scarb.workspace = true
32+
33+ [tool .scarb ]
34+ allow-prebuilt-plugins = [" snforge_std" , " snforge_scarb_plugin" ]
3335
3436[profile .dev .cairo ]
3537unstable-add-statements-functions-debug-info = true
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ name = "starkware_utils_unittest"
2727
2828[tool ]
2929fmt.workspace = true
30- scarb.workspace = true
30+
31+ [tool .scarb ]
32+ allow-prebuilt-plugins = [" snforge_std" , " snforge_scarb_plugin" ]
3133
3234[profile .dev .cairo ]
3335unstable-add-statements-functions-debug-info = true
You can’t perform that action at this time.
0 commit comments