Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit aac8ab4

Browse files
authored
chore: update 2.10.1 (#291)
* chore: update 2.10.1 * fix: not using tests folder for integration tests * fix: cheatsheet directory
1 parent 04e8844 commit aac8ab4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+42
-36
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
scarb 2.9.4
2-
starknet-foundry 0.37.0
1+
scarb 2.10.1
2+
starknet-foundry 0.38.0

Scarb.lock

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ dependencies = [
1010
"snforge_std",
1111
]
1212

13+
[[package]]
14+
name = "cairo_cheatsheet"
15+
version = "0.1.0"
16+
1317
[[package]]
1418
name = "calling_other_contracts"
1519
version = "0.1.0"
@@ -242,15 +246,15 @@ dependencies = [
242246

243247
[[package]]
244248
name = "snforge_scarb_plugin"
245-
version = "0.37.0"
249+
version = "0.38.0"
246250
source = "registry+https://scarbs.xyz/"
247-
checksum = "sha256:9dbb114f853decc27b2d6d53e2ddd207217ce63c2d24a47c5c48d5f475b0b9a5"
251+
checksum = "sha256:c4d128eedb5fca4362be38a84e5f5a85bd94ec1557bab7c045d48de0163e406c"
248252

249253
[[package]]
250254
name = "snforge_std"
251-
version = "0.37.0"
255+
version = "0.38.0"
252256
source = "registry+https://scarbs.xyz/"
253-
checksum = "sha256:f5702c4a6d54e3563b4aa78c834de6ddcf18ef8ca8fd35dc1bceb7ece58e9571"
257+
checksum = "sha256:8b3eaff778105c313b78708974c253cd927ecf5c896f4557a0ea4f10f427b554"
254258
dependencies = [
255259
"snforge_scarb_plugin",
256260
]

Scarb.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ test = "$(git rev-parse --show-toplevel)/scripts/test_resolver.sh"
1212
[workspace.tool.snforge]
1313

1414
[workspace.dependencies]
15-
starknet = "2.9.4"
16-
cairo_test = "2.9.4"
17-
assert_macros = "2.9.4"
18-
snforge_std = "0.37.0"
15+
starknet = "2.10.1"
16+
cairo_test = "2.10.1"
17+
assert_macros = "2.10.1"
18+
snforge_std = "0.38.0"
1919
openzeppelin_account = "1.0.0"
2020
openzeppelin_introspection = "1.0.0"
2121
openzeppelin_presets = "1.0.0"
File renamed without changes.
File renamed without changes.

listings/cairo_cheatsheet/listing/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)