Skip to content

Commit

Permalink
⬆️ Upgrade to dojo v1.0.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar authored Nov 18, 2024
1 parent 9ad99c2 commit d621388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-rc.2
DOJO_VERSION: v1.0.0
SCARB_VERSION: 2.8.4

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
version = "1.0.0-rc.2"

[workspace.dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-rc.2" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0" }
# dojo = { path = "../dojo/crates/dojo-core" }
cubit = { git = "https://github.com/bal7hazar/cubit", branch = "cairo-2.8.4" }
starknet = "^2.8.4"
Expand Down

0 comments on commit d621388

Please sign in to comment.