Skip to content

Commit

Permalink
chore: Update dependencies to latest versions (#64)
Browse files Browse the repository at this point in the history
* chore: Update dependencies to latest versions

* 💚 Fix CI Build
  • Loading branch information
bal7hazar authored May 8, 2024
1 parent 16752c5 commit 0d0680a
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.7.0-alpha.0
DOJO_VERSION: v0.7.0-alpha.1
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#9402f710716b12c21cd1e481c57c54edaf5bb4b1"
source = "git+https://github.com/influenceth/cubit.git?rev=09cb8c2#09cb8c2af6c0216315e0a880fd7198381c7b911c"

[[package]]
name = "dojo"
version = "0.6.0"
source = "git+https://github.com/dojoengine/dojo?tag=v0.7.0-alpha.0#2b2dc1bf35e4568bda7341f17267a931b49148b0"
source = "git+https://github.com/dojoengine/dojo?tag=v0.7.0-alpha.1#d6c3080c7c41552323c86387fcb51c68de076ec4"
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 @@ -16,7 +16,7 @@ homepage = "https://github.com/dojoengine/origami"
authors = ["[email protected]"]

[workspace.dependencies]
cubit = { git = "https://github.com/influenceth/cubit.git" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.0-alpha.0" }
cubit = { git = "https://github.com/influenceth/cubit.git", rev = "09cb8c2" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.0-alpha.1" }
origami = { path = "crates" }
token = { path = "token" }

0 comments on commit 0d0680a

Please sign in to comment.