From 5532979b4b455a4a84365ec3ac8b1421851a13b7 Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Mon, 20 Nov 2023 13:12:54 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dojo=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- Scarb.lock | 6 +++--- Scarb.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf6fe021..1bbbb7d7 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.3.6 + DOJO_VERSION: v0.3.10 SCARB_VERSION: v2.3.1 jobs: diff --git a/Scarb.lock b/Scarb.lock index e34f75bd..222ed0fe 100644 --- a/Scarb.lock +++ b/Scarb.lock @@ -8,15 +8,15 @@ source = "git+https://github.com/influenceth/cubit?rev=b459053#b4590530d5aeae9aa [[package]] name = "dojo" -version = "0.3.6" -source = "git+https://github.com/dojoengine/dojo?tag=v0.3.6#08f1eba55b53de56b08221ae093a00f799fa60c1" +version = "0.3.10" +source = "git+https://github.com/dojoengine/dojo?tag=v0.3.10#be1676252c41f8188465741edcbcb381d2c12080" dependencies = [ "dojo_plugin", ] [[package]] name = "dojo_plugin" -version = "0.3.6" +version = "0.3.10" [[package]] name = "market" diff --git a/Scarb.toml b/Scarb.toml index c111c3f8..58e2f8ac 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -14,5 +14,5 @@ authors = [ [workspace.dependencies] cubit = { git = "https://github.com/influenceth/cubit", rev = "b459053" } -dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.6" } +dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.10" } origami = { path = "crates" }