Skip to content

Commit

Permalink
Merge pull request #31 from robertkodra/fix/version
Browse files Browse the repository at this point in the history
bump to 0.3.12
  • Loading branch information
ponderingdemocritus authored Nov 23, 2023
2 parents 8acc759 + e9b638e commit c35332f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ version = 1

[[package]]
name = "dojo"
version = "0.3.10"
source = "git+https://github.com/dojoengine/dojo#104afa0a59726921236b71285010cd1086dc4e05"
version = "0.3.12"
source = "git+https://github.com/dojoengine/dojo#db2811d03ba7271fc78b6409dccff15f50ae0192"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_examples"
version = "0.3.10"
version = "0.3.12"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "0.3.10"
version = "0.3.12"
source = "git+https://github.com/dojoengine/dojo?tag=v0.3.12#12d58f29ec53454317f1f6d265007a053d279288"
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.2.0"
cairo-version = "2.3.0"
name = "dojo_examples"
version = "0.3.10"
version = "0.3.12"

[cairo]
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", version = "0.3.10" }
dojo = { git = "https://github.com/dojoengine/dojo", version = "0.3.12" }

[[target.dojo]]

Expand Down

0 comments on commit c35332f

Please sign in to comment.