Commit 07ea95b 1 parent 34e3c62 commit 07ea95b Copy full SHA for 07ea95b
File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
7
7
env :
8
- DOJO_VERSION : v1.1.2
8
+ DOJO_VERSION : v1.2.1
9
9
SCARB_VERSION : 2.9.2
10
10
WORKING_DIRECTORY : ./contracts
11
11
Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
7
7
env :
8
- DOJO_VERSION : v1.1.2
8
+ DOJO_VERSION : v1.2.1
9
9
SCARB_VERSION : 2.9.2
10
10
WORKING_DIRECTORY : ./packages
11
11
Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ dependencies = [
19
19
20
20
[[package]]
21
21
name = "dojo"
22
- version = "1.1.2 "
23
- source = "git+https://github.com/dojoengine/dojo?tag=v1.1.2#4f3373ed4f98e1778022ed6f6502ce89f9d29b58 "
22
+ version = "1.2.1 "
23
+ source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a "
24
24
dependencies = [
25
25
"dojo_plugin",
26
26
]
27
27
28
28
[[package]]
29
29
name = "dojo_cairo_test"
30
30
version = "1.0.12"
31
- source = "git+https://github.com/dojoengine/dojo?tag=v1.1.2#4f3373ed4f98e1778022ed6f6502ce89f9d29b58 "
31
+ source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a "
32
32
dependencies = [
33
33
"dojo",
34
34
]
35
35
36
36
[[package]]
37
37
name = "dojo_plugin"
38
38
version = "2.9.2"
39
- source = "git+https://github.com/dojoengine/dojo?tag=v1.1.2#4f3373ed4f98e1778022ed6f6502ce89f9d29b58 "
39
+ source = "git+https://github.com/dojoengine/dojo?tag=v1.2.1#3d4b1a3e662f70679813f9fb65c0b5c7fa5d6f0a "
40
40
41
41
[[package]]
42
42
name = "provider"
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ version = "0.0.0"
15
15
edition = " 2024_07"
16
16
17
17
[workspace .dependencies ]
18
- dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.1.2 " }
19
- dojo_cairo_test = { git = " https://github.com/dojoengine/dojo" , tag = " v1.1.2 " }
18
+ dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.2.1 " }
19
+ dojo_cairo_test = { git = " https://github.com/dojoengine/dojo" , tag = " v1.2.1 " }
20
20
starknet = " 2.9.2"
21
21
cairo_test = " 2.9.2"
22
22
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sierra-replace-ids = true
11
11
dev = " sozo clean && sozo build --typescript && sozo migrate plan && sozo migrate apply"
12
12
13
13
[dependencies ]
14
- dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.1.2 " }
14
+ dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.2.1 " }
15
15
achievement = { path = " .." }
16
16
controller = { path = " .." }
17
17
provider = { path = " .." }
@@ -20,7 +20,7 @@ social = { path = ".." }
20
20
starknet = " 2.9.2"
21
21
22
22
[dev-dependencies ]
23
- dojo_cairo_test = { git = " https://github.com/dojoengine/dojo" , tag = " v1.1.2 " }
23
+ dojo_cairo_test = { git = " https://github.com/dojoengine/dojo" , tag = " v1.2.1 " }
24
24
cairo_test = " 2.9.2"
25
25
26
26
[[target .starknet-contract ]]
You can’t perform that action at this time.
0 commit comments