Skip to content

Commit

Permalink
update to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 13, 2023
1 parent 1c318cc commit e3bf7ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ version = 1

[[package]]
name = "dojo"
version = "0.3.15"
source = "git+https://github.com/dojoengine/dojo#48d04d1ecb5e97567d4dfa70f018efa94802a45f"
version = "0.4.0-rc2"
source = "git+https://github.com/dojoengine/dojo#b5c6c11c39351b12f141f932f66985409d487b79"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_examples"
version = "0.3.15"
version = "0.4.0-rc2"
dependencies = [
"dojo",
]
Expand Down
6 changes: 3 additions & 3 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
cairo-version = "2.3.0"
cairo-version = "2.4.0"
name = "dojo_examples"
version = "0.3.15"
version = "0.4.0-rc2"

[cairo]
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", version = "0.3.15" }
dojo = { git = "https://github.com/dojoengine/dojo", version = "0.4.0-rc2" }

[[target.dojo]]

Expand Down

0 comments on commit e3bf7ab

Please sign in to comment.