Skip to content

Commit

Permalink
Prepare release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr committed Dec 21, 2023
1 parent 85590fd commit c93ee62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
"resolver" = "2"

[workspace.package]
version = "2.4.0"
version = "2.4.1"
edition = "2021"

authors = ["Software Mansion <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion examples/starknet_hello_world/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ version = "0.1.0"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html

[dependencies]
starknet = "2.4.0"
starknet = "2.4.1"

[[target.starknet-contract]]
2 changes: 1 addition & 1 deletion examples/starknet_multiple_contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ version = "0.1.0"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html

[dependencies]
starknet = "2.4.0"
starknet = "2.4.1"

[[target.starknet-contract]]
2 changes: 1 addition & 1 deletion examples/workspaces/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test = "snforge"
exit_first = true

[workspace.dependencies]
starknet = "2.4.0"
starknet = "2.4.1"

[workspace.package]
version = "0.1.0"
Expand Down

0 comments on commit c93ee62

Please sign in to comment.