File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " My Project" ,
3
- "image" : " ghcr.io/pixelaw/core:0.5.6 " ,
3
+ "image" : " ghcr.io/pixelaw/core:0.5.7 " ,
4
4
"forwardPorts" : [
5
5
5050 ,
6
6
8080 ,
Original file line number Diff line number Diff line change @@ -4,23 +4,23 @@ version = 1
4
4
[[package]]
5
5
name = "dojo"
6
6
version = "1.0.1"
7
- source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#74280d48fa2828095331487dede59f9b2e378cd3 "
7
+ source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#d7335e6f5c76a1dda887ec00c594c2c019b4a05f "
8
8
dependencies = [
9
9
"dojo_plugin",
10
10
]
11
11
12
12
[[package]]
13
13
name = "dojo_cairo_test"
14
- version = "1.0.1 -rc.0"
15
- source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#74280d48fa2828095331487dede59f9b2e378cd3 "
14
+ version = "1.0.0 -rc.0"
15
+ source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#d7335e6f5c76a1dda887ec00c594c2c019b4a05f "
16
16
dependencies = [
17
17
"dojo",
18
18
]
19
19
20
20
[[package]]
21
21
name = "dojo_plugin"
22
22
version = "2.8.4"
23
- source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#74280d48fa2828095331487dede59f9b2e378cd3 "
23
+ source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#d7335e6f5c76a1dda887ec00c594c2c019b4a05f "
24
24
25
25
[[package]]
26
26
name = "myapp"
@@ -34,16 +34,16 @@ dependencies = [
34
34
35
35
[[package]]
36
36
name = "pixelaw"
37
- version = "0.5.6 "
38
- source = "git+https://github.com/pixelaw/core?tag=v0.5.6#6e97722394753d0e8ff29a774d8a320a7431c52f "
37
+ version = "0.5.7 "
38
+ source = "git+https://github.com/pixelaw/core?tag=v0.5.7#96260a5d1142e24eb30d63eb69ed47c036081376 "
39
39
dependencies = [
40
40
"dojo",
41
41
]
42
42
43
43
[[package]]
44
44
name = "pixelaw_test_helpers"
45
- version = "0.5.6 "
46
- source = "git+https://github.com/pixelaw/core?tag=v0.5.6#6e97722394753d0e8ff29a774d8a320a7431c52f "
45
+ version = "0.5.7 "
46
+ source = "git+https://github.com/pixelaw/core?tag=v0.5.7#96260a5d1142e24eb30d63eb69ed47c036081376 "
47
47
dependencies = [
48
48
"dojo",
49
49
"dojo_cairo_test",
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ version = "0.0.0"
7
7
sierra-replace-ids = true
8
8
9
9
[dependencies ]
10
- pixelaw = { git = " https://github.com/pixelaw/core" , tag = " v0.5.6 " }
10
+ pixelaw = { git = " https://github.com/pixelaw/core" , tag = " v0.5.7 " }
11
11
# pixelaw = { path = "../core/contracts" }
12
12
dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.0.1" }
13
13
14
14
[dev-dependencies ]
15
15
dojo_cairo_test = { git = " https://github.com/dojoengine/dojo" , tag = " v1.0.1" }
16
- pixelaw_test_helpers = { git = " https://github.com/pixelaw/core" , tag = " v0.5.6 " }
16
+ pixelaw_test_helpers = { git = " https://github.com/pixelaw/core" , tag = " v0.5.7 " }
17
17
# pixelaw_test_helpers = { path = "../core/test_helpers" }
18
18
19
19
[[target .starknet-contract ]]
You can’t perform that action at this time.
0 commit comments