Skip to content

Commit

Permalink
chore: update to v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Jan 15, 2025
1 parent 435171e commit c9340cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ version = 1

[[package]]
name = "dojo"
version = "1.0.10"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.10#80ac6d1cdf35a855aeb550463e50546dc24a09cc"
version = "1.0.11"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.11#2c77db4a334a312ce53a005c560b3398fcb7bf99"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_cairo_test"
version = "1.0.0-rc.0"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.10#80ac6d1cdf35a855aeb550463e50546dc24a09cc"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.11#2c77db4a334a312ce53a005c560b3398fcb7bf99"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "2.8.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.10#80ac6d1cdf35a855aeb550463e50546dc24a09cc"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.11#2c77db4a334a312ce53a005c560b3398fcb7bf99"

[[package]]
name = "dojo_starter"
version = "1.0.9"
version = "1.0.11"
dependencies = [
"dojo",
"dojo_cairo_test",
Expand Down
6 changes: 3 additions & 3 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
cairo-version = "=2.8.4"
name = "dojo_starter"
version = "1.0.9"
version = "1.0.11"

[cairo]
sierra-replace-ids = true
Expand All @@ -12,10 +12,10 @@ spawn = "sozo execute dojo_starter-actions spawn --wait" # scarb run spawn
move = "sozo execute dojo_starter-actions move -c 1 --wait" # scarb run move

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.10" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.11" }

[[target.starknet-contract]]
build-external-contracts = ["dojo::world::world_contract::world"]

[dev-dependencies]
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.10" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.11" }

0 comments on commit c9340cd

Please sign in to comment.