Skip to content

Commit 0d0680a

Browse files
authored
chore: Update dependencies to latest versions (dojoengine#64)
* chore: Update dependencies to latest versions * 💚 Fix CI Build
1 parent 16752c5 commit 0d0680a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Origami CI
33
on: [push, pull_request]
44

55
env:
6-
DOJO_VERSION: v0.7.0-alpha.0
6+
DOJO_VERSION: v0.7.0-alpha.1
77
SCARB_VERSION: v2.6.4
88

99
jobs:

Scarb.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ dependencies = [
1111
[[package]]
1212
name = "cubit"
1313
version = "1.3.0"
14-
source = "git+https://github.com/influenceth/cubit.git#9402f710716b12c21cd1e481c57c54edaf5bb4b1"
14+
source = "git+https://github.com/influenceth/cubit.git?rev=09cb8c2#09cb8c2af6c0216315e0a880fd7198381c7b911c"
1515

1616
[[package]]
1717
name = "dojo"
1818
version = "0.6.0"
19-
source = "git+https://github.com/dojoengine/dojo?tag=v0.7.0-alpha.0#2b2dc1bf35e4568bda7341f17267a931b49148b0"
19+
source = "git+https://github.com/dojoengine/dojo?tag=v0.7.0-alpha.1#d6c3080c7c41552323c86387fcb51c68de076ec4"
2020
dependencies = [
2121
"dojo_plugin",
2222
]

Scarb.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage = "https://github.com/dojoengine/origami"
1616
authors = ["[email protected]"]
1717

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

0 commit comments

Comments
 (0)