Skip to content

Commit

Permalink
Merge pull request #10 from Bal7hazar/chore/upgrade-dojo
Browse files Browse the repository at this point in the history
⬆️ Upgrade dojo version
  • Loading branch information
ponderingdemocritus authored Nov 20, 2023
2 parents 6c86422 + 5532979 commit 7a2fa5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 7a2fa5e

Please sign in to comment.