version bump: 1.0.0 -> (breaking) -> 2.0.0 error: breaking changes in ` as old::Abc>` --> trait_impls/old.rs:9:1 | 9 | impl Abc for Vec { } | ^^^^^^^^^^^^^^^^^^^^^^ | = warning: trait impl specialized or removed (breaking) error: breaking changes in `` --> trait_impls/old.rs:11:1 | 11 | impl Clone for Def { | ^^^^^^^^^^^^^^^^^^ | = warning: trait impl specialized or removed (breaking) warning: technically breaking changes in ` as new::Abc>` --> trait_impls/new.rs:11:1 | 11 | impl Abc for Box { } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: trait impl generalized or newly added (technically breaking) warning: technically breaking changes in ` as new::Abc>` --> trait_impls/new.rs:13:1 | 13 | impl Abc for Box { } | ^^^^^^^^^^^^^^^^^^^^^ | = note: trait impl generalized or newly added (technically breaking) warning: technically breaking changes in `<() as new::Abc>` --> trait_impls/new.rs:15:1 | 15 | impl Abc for () { } | ^^^^^^^^^^^^^^^ | = note: trait impl generalized or newly added (technically breaking) warning: technically breaking changes in ` as new::Abc>` --> trait_impls/new.rs:17:1 | 17 | impl Abc for Cell<(bool, T)> { } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: trait impl generalized or newly added (technically breaking) error: aborting due to 2 previous errors; 4 warnings emitted