Skip to content

Commit 1aba33f

Browse files
committed
⬆️ Upgrade dojo version
1 parent 1a0a3ce commit 1aba33f

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.5.1
10+
DOJO_VERSION: v1.5.0
1111
SCARB_VERSION: 2.10.1
1212

1313
jobs:

Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "1.1.2"
1313
edition = "2024_07"
1414

1515
[workspace.dependencies]
16-
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.5.1" }
16+
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.5.0" }
1717
# dojo = { path = "../dojo/crates/dojo-core" }
1818
cubit = { git = "https://github.com/bengineer42/cubit", branch = "bump-cairo-gt-2.8" }
1919
starknet = "^2.10.1"

0 commit comments

Comments
 (0)