Skip to content

Commit 90debe2

Browse files
committed
bump to 0.5.16 and ignore Scarb.lock
1 parent 4899f6f commit 90debe2

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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.15",
3+
"image": "ghcr.io/pixelaw/core:0.5.16",
44
"forwardPorts": [
55
5050,
66
8080,

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ storage
1111

1212

1313
# Accounts
14-
*.keystore.json
14+
*.keystore.json
15+
16+
# Should be managed locally
17+
Scarb.lock

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The idea is that you'll copy this template and create your own PixeLAW app with
5353
To upgrade Dojo, you have to upgrade Pixelaw Core (see below)
5454

5555
### 4.2 Upgrade Core
56-
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
56+
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
5757
1. Delete the `/target/` folder
5858
1. Delete the `Scarb.lock` file
5959
1. Full Rebuild using `sozo build`

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.14" }
10+
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.5.16" }
1111
#pixelaw = { path = "../core/contracts" }
1212
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.4" }
1313

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

1919
[[target.starknet-contract]]

0 commit comments

Comments
 (0)