File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1218,6 +1218,7 @@ dependencies = [
1218
1218
( "1.37" , Some ( 1 ) , 1 ) ,
1219
1219
( "1.37" , Some ( 2 ) , 2 ) ,
1220
1220
( "1.37" , Some ( 3 ) , 3 ) ,
1221
+ ( "1.37" , Some ( 4 ) , 4 ) ,
1221
1222
// v2 introduced
1222
1223
( "1.38" , None , 1 ) ,
1223
1224
// last version of v1 as the default
@@ -1227,6 +1228,7 @@ dependencies = [
1227
1228
( "1.41" , Some ( 1 ) , 1 ) ,
1228
1229
( "1.41" , Some ( 2 ) , 2 ) ,
1229
1230
( "1.41" , Some ( 3 ) , 3 ) ,
1231
+ ( "1.41" , Some ( 4 ) , 4 ) ,
1230
1232
// v3 introduced
1231
1233
( "1.47" , None , 2 ) ,
1232
1234
// last version of v2 as the default
@@ -1236,6 +1238,9 @@ dependencies = [
1236
1238
( "1.53" , Some ( 1 ) , 1 ) ,
1237
1239
( "1.53" , Some ( 2 ) , 2 ) ,
1238
1240
( "1.53" , Some ( 3 ) , 3 ) ,
1241
+ ( "1.53" , Some ( 4 ) , 4 ) ,
1242
+ // v4 introduced
1243
+ ( "1.77" , None , 3 ) ,
1239
1244
] ;
1240
1245
1241
1246
for ( msrv, existing_lockfile, expected_version) in cases {
You can’t perform that action at this time.
0 commit comments