Skip to content

Commit 81e49e9

Browse files
authored
chore: bump dojo (#123)
1 parent 5cb4433 commit 81e49e9

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.6.0
10+
DOJO_VERSION: v1.6.1
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.6.0" }
16+
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.6.1" }
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)