File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Origami CI
3
3
on : [push, pull_request]
4
4
5
5
env :
6
- DOJO_VERSION : v0.7.0-alpha.0
6
+ DOJO_VERSION : v0.7.0-alpha.1
7
7
SCARB_VERSION : v2.6.4
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ dependencies = [
11
11
[[package]]
12
12
name = "cubit"
13
13
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 "
15
15
16
16
[[package]]
17
17
name = "dojo"
18
18
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 "
20
20
dependencies = [
21
21
"dojo_plugin",
22
22
]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ homepage = "https://github.com/dojoengine/origami"
16
16
17
17
18
18
[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 " }
21
21
origami = { path = " crates" }
22
22
token = { path = " token" }
You can’t perform that action at this time.
0 commit comments