Skip to content

Commit

Permalink
bump to 0.5.16 and ignore Scarb.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Dec 7, 2024
1 parent 4899f6f commit 90debe2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.15",
"image": "ghcr.io/pixelaw/core:0.5.16",
"forwardPorts": [
5050,
8080,
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ storage


# Accounts
*.keystore.json
*.keystore.json

# Should be managed locally
Scarb.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The idea is that you'll copy this template and create your own PixeLAW app with
To upgrade Dojo, you have to upgrade Pixelaw Core (see below)

### 4.2 Upgrade Core
The easiest is to do a full-text search/replace on the Core version number (for example `0.5.14`) and replace it with the new version. Then it's easiest to
The easiest is to do a full-text search/replace on the Core version number (for example `0.5.16`) and replace it with the new version. Then it's easiest to
1. Delete the `/target/` folder
1. Delete the `Scarb.lock` file
1. Full Rebuild using `sozo build`
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.14" }
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.5.16" }
#pixelaw = { path = "../core/contracts" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.4" }

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

[[target.starknet-contract]]
Expand Down

0 comments on commit 90debe2

Please sign in to comment.