File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,28 +3,28 @@ version = 1
33
44[[package]]
55name = "dojo"
6- version = "1.2.1 "
7- source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a "
6+ version = "1.2.2 "
7+ source = "git+https://github.com/dojoengine/dojo?tag=v1.2.2#aafa6669b750cec99aed145640dd6c9a9a946562 "
88dependencies = [
99 "dojo_plugin",
1010]
1111
1212[[package]]
1313name = "dojo_cairo_test"
1414version = "1.0.12"
15- source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a "
15+ source = "git+https://github.com/dojoengine/dojo?tag=v1.2.2#aafa6669b750cec99aed145640dd6c9a9a946562 "
1616dependencies = [
1717 "dojo",
1818]
1919
2020[[package]]
2121name = "dojo_plugin"
2222version = "2.9.2"
23- source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a "
23+ source = "git+https://github.com/dojoengine/dojo?tag=v1.2.2#aafa6669b750cec99aed145640dd6c9a9a946562 "
2424
2525[[package]]
2626name = "dojo_starter"
27- version = "1.1.0 "
27+ version = "1.2.2 "
2828dependencies = [
2929 "dojo",
3030 "dojo_cairo_test",
Original file line number Diff line number Diff line change 11[package ]
22cairo-version = " =2.9.2"
33name = " dojo_starter"
4- version = " 1.1.0 "
4+ version = " 1.2.2 "
55edition = " 2024_07"
66
77[cairo ]
@@ -13,11 +13,11 @@ spawn = "sozo execute dojo_starter-actions spawn --wait" # scarb run spawn
1313move = " sozo execute dojo_starter-actions move -c 1 --wait" # scarb run move
1414
1515[dependencies ]
16- dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.2.1 " }
16+ dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.2.2 " }
1717
1818[[target .starknet-contract ]]
1919build-external-contracts = [" dojo::world::world_contract::world" ]
2020
2121[dev-dependencies ]
2222cairo_test = " =2.9.2"
23- dojo_cairo_test = { git = " https://github.com/dojoengine/dojo" , tag = " v1.2.1 " }
23+ dojo_cairo_test = { git = " https://github.com/dojoengine/dojo" , tag = " v1.2.2 " }
You can’t perform that action at this time.
0 commit comments