Skip to content

Commit d621388

Browse files
authored
⬆️ Upgrade to dojo v1.0.0 (#116)
1 parent 9ad99c2 commit d621388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
DOJO_VERSION: v1.0.0-rc.2
10+
DOJO_VERSION: v1.0.0
1111
SCARB_VERSION: 2.8.4
1212

1313
jobs:

Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
version = "1.0.0-rc.2"
1313

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

0 commit comments

Comments
 (0)