Skip to content

Commit

Permalink
⬆️ Upgrade dojo to v0.7.0-alpha.2 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar authored May 15, 2024
1 parent 0d0680a commit 8253b43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.7.0-alpha.1
DOJO_VERSION: v0.7.0-alpha.2
SCARB_VERSION: v2.6.4

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down
6 changes: 3 additions & 3 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

[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" }

0 comments on commit 8253b43

Please sign in to comment.