Skip to content

Commit 0dfbd36

Browse files
authored
Bump MINIMAL_SCARB_VERSION to 2.11.4 (#3912)
commit-id:41b271a1 --- **Stack**: - #3914 - #3912⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
1 parent 32c0593 commit 0dfbd36

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.12.1 2.10.1
1+
scarb 2.12.1 2.11.4
22
starknet-devnet 0.6.0

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
#### Changed
1313

1414
- Gas values in fuzzing test output are now displayed as whole numbers without fractional parts
15+
- Minimal recommended `Scarb` version is now `2.11.4` (updated from `2.10.1`)
1516

1617
#### Fixed
1718

crates/forge/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mod warn;
3535
pub const CAIRO_EDITION: &str = "2024_07";
3636

3737
const MINIMAL_SCARB_VERSION: Version = Version::new(2, 10, 0);
38-
const MINIMAL_RECOMMENDED_SCARB_VERSION: Version = Version::new(2, 10, 1);
38+
const MINIMAL_RECOMMENDED_SCARB_VERSION: Version = Version::new(2, 11, 4);
3939
const MINIMAL_USC_VERSION: Version = Version::new(2, 0, 0);
4040
const MINIMAL_SNFORGE_STD_VERSION: Version = Version::new(0, 50, 0);
4141
const MINIMAL_SNFORGE_STD_DEPRECATED_VERSION: Version = Version::new(0, 50, 0);

0 commit comments

Comments
 (0)