Skip to content

Commit 1a7b9bc

Browse files
committed
chore: bump dojo
1 parent 0c97b2c commit 1a7b9bc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Scarb.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ version = 1
33

44
[[package]]
55
name = "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"
88
dependencies = [
99
"dojo_plugin",
1010
]
1111

1212
[[package]]
1313
name = "dojo_cairo_test"
1414
version = "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"
1616
dependencies = [
1717
"dojo",
1818
]
1919

2020
[[package]]
2121
name = "dojo_plugin"
2222
version = "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]]
2626
name = "dojo_starter"
27-
version = "1.1.0"
27+
version = "1.2.2"
2828
dependencies = [
2929
"dojo",
3030
"dojo_cairo_test",

Scarb.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
cairo-version = "=2.9.2"
33
name = "dojo_starter"
4-
version = "1.1.0"
4+
version = "1.2.2"
55
edition = "2024_07"
66

77
[cairo]
@@ -13,11 +13,11 @@ spawn = "sozo execute dojo_starter-actions spawn --wait" # scarb run spawn
1313
move = "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]]
1919
build-external-contracts = ["dojo::world::world_contract::world"]
2020

2121
[dev-dependencies]
2222
cairo_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" }

0 commit comments

Comments
 (0)