Skip to content

Commit c0edb13

Browse files
committed
fixed upgrade
1 parent 641862c commit c0edb13

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "My Project",
3-
"image": "ghcr.io/pixelaw/core:0.5.6",
3+
"image": "ghcr.io/pixelaw/core:0.5.7",
44
"forwardPorts": [
55
5050,
66
8080,

Scarb.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ version = 1
44
[[package]]
55
name = "dojo"
66
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"
88
dependencies = [
99
"dojo_plugin",
1010
]
1111

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

2020
[[package]]
2121
name = "dojo_plugin"
2222
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"
2424

2525
[[package]]
2626
name = "myapp"
@@ -34,16 +34,16 @@ dependencies = [
3434

3535
[[package]]
3636
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"
3939
dependencies = [
4040
"dojo",
4141
]
4242

4343
[[package]]
4444
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"
4747
dependencies = [
4848
"dojo",
4949
"dojo_cairo_test",

Scarb.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ version = "0.0.0"
77
sierra-replace-ids = true
88

99
[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" }
1111
#pixelaw = { path = "../core/contracts" }
1212
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.1" }
1313

1414
[dev-dependencies]
1515
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" }
1717
#pixelaw_test_helpers = { path = "../core/test_helpers" }
1818

1919
[[target.starknet-contract]]

0 commit comments

Comments
 (0)