From 90debe26a5e984260217a33f69b955b650d05bc4 Mon Sep 17 00:00:00 2001 From: thiscaspar Date: Sat, 7 Dec 2024 10:41:49 +0800 Subject: [PATCH] bump to 0.5.16 and ignore Scarb.lock --- .devcontainer/devcontainer.json | 2 +- .gitignore | 5 ++++- README.md | 2 +- Scarb.toml | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e3bac99..22bf3b3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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, diff --git a/.gitignore b/.gitignore index 1a52e7a..869621b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,7 @@ storage # Accounts -*.keystore.json \ No newline at end of file +*.keystore.json + +# Should be managed locally +Scarb.lock \ No newline at end of file diff --git a/README.md b/README.md index aff256c..f77e5fb 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/Scarb.toml b/Scarb.toml index 98217f4..6ca721d 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -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]]