@@ -348,8 +348,8 @@ fn meta_test_deep_pretty_print_registry() {
348348 pkg!( ( "baz" , "1.0.1" ) ) ,
349349 pkg!( ( "cat" , "1.0.2" ) => [ dep_req_kind( "other" , "2" , Kind :: Build , false ) ] ) ,
350350 pkg!( ( "cat" , "1.0.3" ) => [ dep_req_kind( "other" , "2" , Kind :: Development , false ) ] ) ,
351- pkg!( ( "cat" , "1.0.4" ) => [ dep_req_kind( "other" , "2" , Kind :: Build , true ) ] ) ,
352- pkg!( ( "cat" , "1.0.5" ) => [ dep_req_kind( "other" , "2" , Kind :: Development , true ) ] ) ,
351+ pkg!( ( "cat" , "1.0.4" ) => [ dep_req_kind( "other" , "2" , Kind :: Build , false ) ] ) ,
352+ pkg!( ( "cat" , "1.0.5" ) => [ dep_req_kind( "other" , "2" , Kind :: Development , false ) ] ) ,
353353 pkg!( ( "dep_req" , "1.0.0" ) ) ,
354354 pkg!( ( "dep_req" , "2.0.0" ) ) ,
355355 ] )
@@ -363,8 +363,8 @@ fn meta_test_deep_pretty_print_registry() {
363363 pkg!((\" baz\" , \" 1.0.1\" )),\
364364 pkg!((\" cat\" , \" 1.0.2\" ) => [dep_req_kind(\" other\" , \" ^2\" , Kind::Build, false),]),\
365365 pkg!((\" cat\" , \" 1.0.3\" ) => [dep_req_kind(\" other\" , \" ^2\" , Kind::Development, false),]),\
366- pkg!((\" cat\" , \" 1.0.4\" ) => [dep_req_kind(\" other\" , \" ^2\" , Kind::Build, true ),]),\
367- pkg!((\" cat\" , \" 1.0.5\" ) => [dep_req_kind(\" other\" , \" ^2\" , Kind::Development, true ),]),\
366+ pkg!((\" cat\" , \" 1.0.4\" ) => [dep_req_kind(\" other\" , \" ^2\" , Kind::Build, false ),]),\
367+ pkg!((\" cat\" , \" 1.0.5\" ) => [dep_req_kind(\" other\" , \" ^2\" , Kind::Development, false ),]),\
368368 pkg!((\" dep_req\" , \" 1.0.0\" )),\
369369 pkg!((\" dep_req\" , \" 2.0.0\" )),]"
370370 )
0 commit comments