From 8253b43aff3fcf060eda38d7b7d25d27ee8912f8 Mon Sep 17 00:00:00 2001 From: Bal7hazar Date: Wed, 15 May 2024 12:24:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dojo=20to=20v0.7?= =?UTF-8?q?.0-alpha.2=20(#65)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- Scarb.lock | 4 ++-- Scarb.toml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eef508fb..ea0c43f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Origami CI on: [push, pull_request] env: - DOJO_VERSION: v0.7.0-alpha.1 + DOJO_VERSION: v0.7.0-alpha.2 SCARB_VERSION: v2.6.4 jobs: diff --git a/Scarb.lock b/Scarb.lock index 97bb4498..a5cfeb0f 100644 --- a/Scarb.lock +++ b/Scarb.lock @@ -11,12 +11,12 @@ dependencies = [ [[package]] name = "cubit" version = "1.3.0" -source = "git+https://github.com/influenceth/cubit.git?rev=09cb8c2#09cb8c2af6c0216315e0a880fd7198381c7b911c" +source = "git+https://github.com/influenceth/cubit.git?rev=8eacc2b#8eacc2b1d952d6266f9725776445c7fb97453403" [[package]] name = "dojo" version = "0.6.0" -source = "git+https://github.com/dojoengine/dojo?tag=v0.7.0-alpha.1#d6c3080c7c41552323c86387fcb51c68de076ec4" +source = "git+https://github.com/dojoengine/dojo?tag=v0.7.0-alpha.2#f648e870fc48d004e770559ab61a3a8537e4624c" dependencies = [ "dojo_plugin", ] diff --git a/Scarb.toml b/Scarb.toml index d1317811..e9c3bebd 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -10,13 +10,13 @@ members = [ ] [workspace.package] -version = "0.6.0" +version = "0.7.0-alpha.2" description = "Community-maintained libraries for Cairo" homepage = "https://github.com/dojoengine/origami" authors = ["bal7hazar@proton.me"] [workspace.dependencies] -cubit = { git = "https://github.com/influenceth/cubit.git", rev = "09cb8c2" } -dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.0-alpha.1" } +cubit = { git = "https://github.com/influenceth/cubit.git", rev = "8eacc2b" } +dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.0-alpha.2" } origami = { path = "crates" } token = { path = "token" }