File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,8 @@ pub const CAIRO_EDITION: &str = "2024_07";
37
37
const MINIMAL_SCARB_VERSION : Version = Version :: new ( 2 , 10 , 0 ) ;
38
38
const MINIMAL_RECOMMENDED_SCARB_VERSION : Version = Version :: new ( 2 , 10 , 1 ) ;
39
39
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 ) ;
43
42
pub const MINIMAL_SCARB_VERSION_FOR_V2_MACROS_REQUIREMENT : Version = Version :: new ( 2 , 12 , 0 ) ;
44
43
45
44
#[ derive( Parser , Debug ) ]
You can’t perform that action at this time.
0 commit comments