Skip to content

Commit 0a9e91a

Browse files
authored
chore: bump starknet version (#587)
1 parent 62f4652 commit 0a9e91a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
scarb 2.6.3
1+
scarb 2.6.5
22
starknet-foundry 0.23.0

Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allowed-libfuncs-deny = true
1919
sierra-replace-ids = true
2020

2121
[dependencies]
22-
starknet = ">= 2.6.0"
22+
starknet = ">= 2.6.4"
2323
wadray = { git = "https://github.com/lindy-labs/wadray.git", tag = "v0.3.0" }
2424
access_control = { git = "https://github.com/lindy-labs/access_control.git", tag = "v0.3.0" }
2525

scripts/Scarb.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ members = ["deployment", "simulation"]
88

99
[dependencies]
1010
sncast_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.23.0" }
11-
starknet = ">=2.6.3"
11+
starknet = ">=2.6.4"
1212
opus = { path = "../" }
1313

1414
[workspace.dependencies]
1515
sncast_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.23.0" }
16-
starknet = ">=2.6.3"
16+
starknet = ">=2.6.4"
1717
opus = { path = "../" }
1818
scripts = { path = "./" }
1919

0 commit comments

Comments
 (0)