@@ -348,8 +348,8 @@ fn meta_test_deep_pretty_print_registry() {
348
348
pkg!( ( "baz" , "1.0.1" ) ) ,
349
349
pkg!( ( "cat" , "1.0.2" ) => [ dep_req_kind( "other" , "2" , Kind :: Build , false ) ] ) ,
350
350
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 ) ] ) ,
353
353
pkg!( ( "dep_req" , "1.0.0" ) ) ,
354
354
pkg!( ( "dep_req" , "2.0.0" ) ) ,
355
355
] )
@@ -363,8 +363,8 @@ fn meta_test_deep_pretty_print_registry() {
363
363
pkg!((\" baz\" , \" 1.0.1\" )),\
364
364
pkg!((\" cat\" , \" 1.0.2\" ) => [dep_req_kind(\" other\" , \" ^2\" , Kind::Build, false),]),\
365
365
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 ),]),\
368
368
pkg!((\" dep_req\" , \" 1.0.0\" )),\
369
369
pkg!((\" dep_req\" , \" 2.0.0\" )),]"
370
370
)
0 commit comments