Skip to content

Commit

Permalink
bump dojo version v0.6.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Feb 27, 2024
1 parent 178cfe9 commit cc4029d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.6.0-alpha.0
DOJO_VERSION: v0.6.0-alpha.2
SCARB_VERSION: v2.5.4

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source = "git+https://github.com/notV4l/cubit.git?rev=5aa99005#5aa99005475012a04
[[package]]
name = "dojo"
version = "0.5.1"
source = "git+https://github.com/dojoengine/dojo?tag=v0.6.0-alpha.0#afa4e93688d3c75de0cf2469d226b06ca85dbdd4"
source = "git+https://github.com/dojoengine/dojo?tag=v0.6.0-alpha.2#db0c4d783c3626a8d69d5035e2ae352595d86763"
dependencies = [
"dojo_plugin",
]
Expand Down
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
members = ["crates", "examples/*", "token"]

[workspace.package]
version = "0.6.0-alpha.0"
version = "0.6.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" }
cubit = { git = "https://github.com/notV4l/cubit.git", rev = "5aa99005" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.6.0-alpha.0" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.6.0-alpha.2" }
origami = { path = "crates" }
token = { path = "token" }

0 comments on commit cc4029d

Please sign in to comment.