Skip to content

Commit

Permalink
⬆️ Upgrade dojo to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Jun 20, 2024
1 parent ab4fde3 commit 3e02012
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Origami CI
on: [push, pull_request]

env:
DOJO_VERSION: v0.7.1
SCARB_VERSION: v2.6.4
DOJO_VERSION: v0.7.2
SCARB_VERSION: nightly-2024-06-08

jobs:
check:
Expand Down
6 changes: 3 additions & 3 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ source = "git+https://github.com/notV4l/cubit.git?branch=cairo_2.7#cadb27aa62509

[[package]]
name = "dojo"
version = "0.7.1"
source = "git+https://github.com/dojoengine/dojo?tag=v0.7.1#c4a1feadf1d5c5ecf9593b50c1a2ca2856ae2313"
version = "0.7.2"
source = "git+https://github.com/dojoengine/dojo?tag=v0.7.2#3da5cad9fdd39b81551e0668015d88262e6c5fc4"
dependencies = [
"dojo_plugin",
]
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies = [

[[package]]
name = "origami"
version = "0.7.0"
version = "0.7.2"
dependencies = [
"cubit",
"dojo",
Expand Down
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ members = [
]

[workspace.package]
version = "0.7.1"
version = "0.7.2"
description = "Community-maintained libraries for Cairo"
homepage = "https://github.com/dojoengine/origami"
authors = ["[email protected]"]

[workspace.dependencies]
# cubit = { git = "https://github.com/influenceth/cubit.git" }
cubit = { git = "https://github.com/notV4l/cubit.git", branch = "cairo_2.7" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.1" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.2" }
origami = { path = "crates" }
token = { path = "token" }

0 comments on commit 3e02012

Please sign in to comment.