Skip to content

Commit 115cb43

Browse files
authored
Bump snforge to 0.56.0 (#1648)
* Bump snforge to 0.56.0 * Add changelog entry * Format files
1 parent e038ce4 commit 115cb43

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

Scarb.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,15 @@ dependencies = [
190190

191191
[[package]]
192192
name = "snforge_scarb_plugin"
193-
version = "0.55.0"
193+
version = "0.56.0"
194194
source = "registry+https://scarbs.xyz/"
195-
checksum = "sha256:638535780a23d1491c2438e64045c479d16de6a69e41ad17ac065272c485873b"
195+
checksum = "sha256:d5f2d878f7ae36c8149c517e2d618a95d7833598a76083cb12ea3f00da06a618"
196196

197197
[[package]]
198198
name = "snforge_std"
199-
version = "0.55.0"
199+
version = "0.56.0"
200200
source = "registry+https://scarbs.xyz/"
201-
checksum = "sha256:a04b0bf731f02307506dad368713099e701565edd9b98b044ca54b932c29ef74"
201+
checksum = "sha256:87dfe06ffd5cf1d5a075b7a5c8dff442b66d0eeaf27921140cf446213eb29a68"
202202
dependencies = [
203203
"snforge_scarb_plugin",
204204
]

Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ keywords = [
4545
[workspace.dependencies]
4646
assert_macros = "2.15.1"
4747
starknet = "2.15.1"
48-
snforge_std = "0.55.0"
48+
snforge_std = "0.56.0"
4949

5050
[dependencies]
5151
starknet.workspace = true

packages/testing/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

12-
- Bump snforge to v0.55.0 (#1631)
12+
- Bump snforge to v0.56.0 (#1648)
1313

1414
## 6.3.0 (2025-12-24)
1515

packages/token/src/erc6909/extensions/erc6909_content_uri.cairo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts for Cairo v4.0.0-alpha.0 (token/src/erc6909/extensions/erc6909_content_uri.cairo)
2+
// OpenZeppelin Contracts for Cairo v4.0.0-alpha.0
3+
// (token/src/erc6909/extensions/erc6909_content_uri.cairo)
34

45
/// # ERC6909ContentURI Component
56
///

packages/token/src/erc6909/extensions/erc6909_metadata.cairo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts for Cairo v4.0.0-alpha.0 (token/src/erc6909/extensions/erc6909_metadata.cairo)
2+
// OpenZeppelin Contracts for Cairo v4.0.0-alpha.0
3+
// (token/src/erc6909/extensions/erc6909_metadata.cairo)
34

45
/// # ERC6909Metadata Component
56
///

packages/token/src/erc6909/extensions/erc6909_token_supply.cairo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts for Cairo v4.0.0-alpha.0 (token/src/erc6909/extensions/erc6909_token_supply.cairo)
2+
// OpenZeppelin Contracts for Cairo v4.0.0-alpha.0
3+
// (token/src/erc6909/extensions/erc6909_token_supply.cairo)
34

45
/// # ERC6909TokenSupply Component
56
///

0 commit comments

Comments
 (0)