File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88
99env :
10- DOJO_VERSION : v1.0.0-alpha.16
10+ DOJO_VERSION : v1.0.0-alpha.19
1111 SCARB_VERSION : 2.7.0
1212
1313jobs :
Original file line number Diff line number Diff line change @@ -9,48 +9,48 @@ source = "git+https://github.com/dojoengine/cubit?branch=update_to_2.7.0#075bf5a
99[[package]]
1010name = "dojo"
1111version = "1.0.0-alpha.4"
12- source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.16#3b3a78cd8239ca2ee524c49c83f36db4d79cb4bc "
12+ source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.19#ef696ea9bbaa22d3f6db392d9692b4821578c23c "
1313
1414[[package]]
1515name = "origami_algebra"
16- version = "1.0.0-alpha.16 "
16+ version = "1.0.0-alpha.19 "
1717dependencies = [
1818 "cubit",
1919]
2020
2121[[package]]
2222name = "origami_defi"
23- version = "1.0.0-alpha.16 "
23+ version = "1.0.0-alpha.19 "
2424dependencies = [
2525 "cubit",
2626]
2727
2828[[package]]
2929name = "origami_governance"
30- version = "1.0.0-alpha.16 "
30+ version = "1.0.0-alpha.19 "
3131dependencies = [
3232 "dojo",
3333]
3434
3535[[package]]
3636name = "origami_map"
37- version = "1.0.0-alpha.16 "
37+ version = "1.0.0-alpha.19 "
3838
3939[[package]]
4040name = "origami_random"
41- version = "1.0.0-alpha.16 "
41+ version = "1.0.0-alpha.19 "
4242
4343[[package]]
4444name = "origami_rating"
45- version = "1.0.0-alpha.16 "
45+ version = "1.0.0-alpha.19 "
4646
4747[[package]]
4848name = "origami_security"
49- version = "1.0.0-alpha.16 "
49+ version = "1.0.0-alpha.19 "
5050
5151[[package]]
5252name = "origami_token"
53- version = "1.0.0-alpha.16 "
53+ version = "1.0.0-alpha.19 "
5454dependencies = [
5555 "dojo",
5656]
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ members = [
1111]
1212
1313[workspace .package ]
14- version = " 1.0.0-alpha.16 "
14+ version = " 1.0.0-alpha.19 "
1515
1616[workspace .dependencies ]
17- dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.0.0-alpha.16 " }
17+ dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.0.0-alpha.19 " }
1818# dojo = { path = "../dojo/crates/dojo-core" }
1919cubit = { git = " https://github.com/dojoengine/cubit" , branch = " update_to_2.7.0" }
2020starknet = " ^2.7.0"
You can’t perform that action at this time.
0 commit comments