Skip to content

Commit 3227541

Browse files
committed
Close #3723
1 parent b32ed80 commit 3227541

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/forge/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ pub const CAIRO_EDITION: &str = "2024_07";
3737
const MINIMAL_SCARB_VERSION: Version = Version::new(2, 10, 0);
3838
const MINIMAL_RECOMMENDED_SCARB_VERSION: Version = Version::new(2, 10, 1);
3939
const MINIMAL_USC_VERSION: Version = Version::new(2, 0, 0);
40-
// TODO(#3723) Bump `MINIMAL_SNFORGE_STD_VERSION` to 0.50.0 and `MINIMAL_SNFORGE_STD_DEPRECATED_VERSION` to 0.50.0
41-
const MINIMAL_SNFORGE_STD_VERSION: Version = Version::new(0, 48, 0);
42-
const MINIMAL_SNFORGE_STD_DEPRECATED_VERSION: Version = Version::new(0, 48, 0);
40+
const MINIMAL_SNFORGE_STD_VERSION: Version = Version::new(0, 50, 0);
41+
const MINIMAL_SNFORGE_STD_DEPRECATED_VERSION: Version = Version::new(0, 50, 0);
4342
pub const MINIMAL_SCARB_VERSION_FOR_V2_MACROS_REQUIREMENT: Version = Version::new(2, 12, 0);
4443

4544
#[derive(Parser, Debug)]

0 commit comments

Comments
 (0)