File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed 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.54.1 "
16+ starknet-foundry-version : " 0.55.0 "
1717 - uses : software-mansion/setup-scarb@v1
1818 with :
19- scarb-version : " 2.15.0 "
19+ scarb-version : " 2.15.1 "
2020
2121 - name : Install cairo-coverage
2222 run : |
Original file line number Diff line number Diff line change 1- scarb 2.15.0
2- starknet-foundry 0.54.1
1+ scarb 2.15.1
2+ starknet-foundry 0.55.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.54.1 "
144+ version = "0.55.0 "
145145source = "registry+https://scarbs.xyz/"
146- checksum = "sha256:5c754ba8c262633e60c2cd06710cb96604c8bf20595fe60965013fedd8a55df9 "
146+ checksum = "sha256:638535780a23d1491c2438e64045c479d16de6a69e41ad17ac065272c485873b "
147147
148148[[package]]
149149name = "snforge_std"
150- version = "0.54.1 "
150+ version = "0.55.0 "
151151source = "registry+https://scarbs.xyz/"
152- checksum = "sha256:e0532e6149ffc580e282d0774404e512a6814d477cd65529b91d5a09ac6e07d6 "
152+ checksum = "sha256:a04b0bf731f02307506dad368713099e701565edd9b98b044ca54b932c29ef74 "
153153dependencies = [
154154 "snforge_scarb_plugin",
155155]
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ repository = "https://github.com/starkware-libs/starkware-starknet-utils"
1717version = " 1.0.0"
1818
1919[workspace .dependencies ]
20- assert_macros = " 2.15.0 "
20+ assert_macros = " 2.15.1 "
2121openzeppelin = " 3.0.0"
22- snforge_std = " 0.54.1 "
23- starknet = " 2.15.0 "
22+ snforge_std = " 0.55.0 "
23+ starknet = " 2.15.1 "
2424
2525[workspace .tool .fmt ]
2626sort-module-level-items = true
You can’t perform that action at this time.
0 commit comments