Skip to content

Commit

Permalink
Merge pull request #31 from dojoengine/fix-build
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
ponderingdemocritus authored Dec 21, 2023
2 parents 837f55f + c9f054b commit c59ff25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions Scarb.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "chess"
version = "0.4.0"
dependencies = [
"dojo",
]

[[package]]
name = "cubit"
version = "1.3.0"
source = "git+https://github.com/akhercha/cubit.git?rev=d3869a3#d3869a3f0c47e5ed229bbbfe2fce3fc0510cbc8a"

[[package]]
name = "dojo"
version = "0.4.1"
source = "git+https://github.com/dojoengine/dojo?tag=v0.4.1#e0a16635d1b833e0f5b89a9bdf358d784751c1b4"
version = "0.4.2"
source = "git+https://github.com/dojoengine/dojo?tag=v0.4.2#3b8252dc64c2ec2c5df17f2922c5a5abab668cf3"
dependencies = [
"dojo_plugin",
]
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ authors = ["[email protected]"]

[workspace.dependencies]
cubit = { git = "https://github.com/akhercha/cubit.git", rev = "d3869a3" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.4.1" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.4.2" }
origami = { path = "crates" }
2 changes: 1 addition & 1 deletion examples/chess/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.4.0"
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", version = "0.4.1" }
dojo.workspace = true

[[target.dojo]]

Expand Down

0 comments on commit c59ff25

Please sign in to comment.