Skip to content

Commit

Permalink
rollback of removal of scarb.lock
Browse files Browse the repository at this point in the history
Turns out it was not the cause of the problems.
  • Loading branch information
thiscaspar committed Sep 9, 2024
1 parent 740ceaf commit 78694f4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "dojo"
version = "1.0.0-alpha.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.9#e42ce0c220a59d75c5b08e87a81de12cfdc27a55"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_plugin"
version = "1.0.0-alpha.4"
source = "git+https://github.com/dojoengine/dojo?rev=f15def33#f15def330c0d099e79351d11c197f63e8cc1ff36"

[[package]]
name = "pixelaw"
version = "0.3.40"
dependencies = [
"dojo",
]

0 comments on commit 78694f4

Please sign in to comment.