Skip to content

Commit 8e9a2bd

Browse files
authored
⬆️ Upgrade to dojo v1.0.1 (#117)
1 parent d621388 commit 8e9a2bd

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