Skip to content

Commit

Permalink
⬆️ Upgrade dojo v1-alpha.13 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar authored Sep 26, 2024
1 parent 60ba6b4 commit cb18bd9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
DOJO_VERSION: v1.0.0-alpha.12
DOJO_VERSION: v1.0.0-alpha.13
SCARB_VERSION: 2.7.0

jobs:
Expand Down
26 changes: 9 additions & 17 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,56 +9,48 @@ source = "git+https://github.com/dojoengine/cubit?branch=update_to_2.7.0#075bf5a
[[package]]
name = "dojo"
version = "1.0.0-alpha.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.12#b391948911356cbf8a91daa93314809c87411098"
dependencies = [
"dojo_plugin",
]

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

[[package]]
name = "origami_algebra"
version = "1.0.0-alpha.12"
version = "1.0.0-alpha.13"
dependencies = [
"cubit",
]

[[package]]
name = "origami_defi"
version = "1.0.0-alpha.12"
version = "1.0.0-alpha.13"
dependencies = [
"cubit",
]

[[package]]
name = "origami_governance"
version = "1.0.0-alpha.12"
version = "1.0.0-alpha.13"
dependencies = [
"dojo",
]

[[package]]
name = "origami_map"
version = "1.0.0-alpha.12"
version = "1.0.0-alpha.13"

[[package]]
name = "origami_random"
version = "1.0.0-alpha.12"
version = "1.0.0-alpha.13"

[[package]]
name = "origami_rating"
version = "1.0.0-alpha.12"
version = "1.0.0-alpha.13"

[[package]]
name = "origami_security"
version = "1.0.0-alpha.12"
version = "1.0.0-alpha.13"

[[package]]
name = "origami_token"
version = "1.0.0-alpha.12"
version = "1.0.0-alpha.13"
dependencies = [
"dojo",
]
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ members = [
]

[workspace.package]
version = "1.0.0-alpha.12"
version = "1.0.0-alpha.13"

[workspace.dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.12" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.13" }
# dojo = { path = "../dojo/crates/dojo-core" }
cubit = { git = "https://github.com/dojoengine/cubit", branch = "update_to_2.7.0" }
starknet = "^2.7.0"
Expand Down

0 comments on commit cb18bd9

Please sign in to comment.