Skip to content

Commit

Permalink
fixed upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Nov 19, 2024
1 parent 641862c commit c0edb13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "My Project",
"image": "ghcr.io/pixelaw/core:0.5.6",
"image": "ghcr.io/pixelaw/core:0.5.7",
"forwardPorts": [
5050,
8080,
Expand Down
16 changes: 8 additions & 8 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ version = 1
[[package]]
name = "dojo"
version = "1.0.1"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#74280d48fa2828095331487dede59f9b2e378cd3"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#d7335e6f5c76a1dda887ec00c594c2c019b4a05f"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_cairo_test"
version = "1.0.1-rc.0"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#74280d48fa2828095331487dede59f9b2e378cd3"
version = "1.0.0-rc.0"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#d7335e6f5c76a1dda887ec00c594c2c019b4a05f"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "2.8.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#74280d48fa2828095331487dede59f9b2e378cd3"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.1#d7335e6f5c76a1dda887ec00c594c2c019b4a05f"

[[package]]
name = "myapp"
Expand All @@ -34,16 +34,16 @@ dependencies = [

[[package]]
name = "pixelaw"
version = "0.5.6"
source = "git+https://github.com/pixelaw/core?tag=v0.5.6#6e97722394753d0e8ff29a774d8a320a7431c52f"
version = "0.5.7"
source = "git+https://github.com/pixelaw/core?tag=v0.5.7#96260a5d1142e24eb30d63eb69ed47c036081376"
dependencies = [
"dojo",
]

[[package]]
name = "pixelaw_test_helpers"
version = "0.5.6"
source = "git+https://github.com/pixelaw/core?tag=v0.5.6#6e97722394753d0e8ff29a774d8a320a7431c52f"
version = "0.5.7"
source = "git+https://github.com/pixelaw/core?tag=v0.5.7#96260a5d1142e24eb30d63eb69ed47c036081376"
dependencies = [
"dojo",
"dojo_cairo_test",
Expand Down
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ version = "0.0.0"
sierra-replace-ids = true

[dependencies]
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.5.6" }
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.5.7" }
#pixelaw = { path = "../core/contracts" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.1" }

[dev-dependencies]
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.1" }
pixelaw_test_helpers = { git = "https://github.com/pixelaw/core", tag = "v0.5.6" }
pixelaw_test_helpers = { git = "https://github.com/pixelaw/core", tag = "v0.5.7" }
#pixelaw_test_helpers = { path = "../core/test_helpers" }

[[target.starknet-contract]]
Expand Down

0 comments on commit c0edb13

Please sign in to comment.