Skip to content

Commit

Permalink
fix: use correct dojo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Oct 31, 2024
1 parent c8fcdb6 commit 6c3a520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ version = 1
[[package]]
name = "dojo"
version = "1.0.0-rc.0"
source = "git+https://github.com/dojoengine/dojo?rev=6968a19f868579ffb8e915d1807079309fded6b5#6968a19f868579ffb8e915d1807079309fded6b5"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-rc.0#f4199aec570a395278b8c8748bc46e2f6be3d0c7"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_cairo_test"
version = "1.0.0-rc.0"
source = "git+https://github.com/dojoengine/dojo?rev=6968a19f868579ffb8e915d1807079309fded6b5#6968a19f868579ffb8e915d1807079309fded6b5"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-rc.0#f4199aec570a395278b8c8748bc46e2f6be3d0c7"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "2.8.4"
source = "git+https://github.com/dojoengine/dojo?rev=6968a19f868579ffb8e915d1807079309fded6b5#6968a19f868579ffb8e915d1807079309fded6b5"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-rc.0#f4199aec570a395278b8c8748bc46e2f6be3d0c7"

[[package]]
name = "dojo_starter"
Expand Down

0 comments on commit 6c3a520

Please sign in to comment.