Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,15 @@ dependencies = [

[[package]]
name = "snforge_scarb_plugin"
version = "0.49.0"
version = "0.50.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:903150f0e9542e4277d417029eea4c03af0db398b581f9f7ae3ebbdac9afc657"
checksum = "sha256:8c29e5519362d22f2c802e4e348da846de3898cbaeac19b58aded6a009bf188e"

[[package]]
name = "snforge_std"
version = "0.49.0"
version = "0.50.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:73d73653cc4356ec51b92a6bec9d8385b20318170c2f2ade7891e5185a0e7e64"
checksum = "sha256:db3a9de47952c699f8f3ce649b5b01f09c1f9c170f38b3c7a8df8e50a0188e9b"
dependencies = [
"snforge_scarb_plugin",
]
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ keywords = [
[workspace.dependencies]
assert_macros = "2.12.0"
starknet = "2.12.0"
snforge_std = "0.49.0"
snforge_std = "0.50.0"

[dependencies]
starknet.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Changed (Breaking)

- Bump snforge to v0.50.0 (#1536)

## 4.7.0 (2025-09-08)

### Changed
Expand Down