@@ -150,7 +150,6 @@ fn incompat_in_dependency() {
150150
151151- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
152152or even helping with a fix (e.g. by creating a pull request)
153-
154153 - bar@1.0.0
155154 - repository: https://example.com/
156155 - detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
@@ -180,7 +179,6 @@ to solve this problem, you can try the following approaches:
180179
181180- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
182181or even helping with a fix (e.g. by creating a pull request)
183-
184182 - bar@1.0.0
185183 - repository: https://example.com/
186184 - detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
@@ -598,13 +596,11 @@ fn suggestions_for_updates() {
598596[NOTE] to solve this problem, you can try the following approaches:
599597
600598- update to a newer version to see if the issue has been fixed
601-
602599 - big_update v1.0.0 has the following newer versions available: 2.0.0
603600 - with_updates v1.0.0 has the following newer versions available: 1.0.1, 1.0.2, 3.0.1
604601
605602- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
606603or even helping with a fix (e.g. by creating a pull request)
607-
608604 - big_update@1.0.0
609605 - repository: <not found>
610606 - detailed warning command: `cargo report future-incompatibilities --id 1 --package big_update@1.0.0`
@@ -641,13 +637,11 @@ means and how to resolve it.
641637to solve this problem, you can try the following approaches:
642638
643639- update to a newer version to see if the issue has been fixed
644-
645640 - big_update v1.0.0 has the following newer versions available: 2.0.0
646641 - with_updates v1.0.0 has the following newer versions available: 1.0.1, 1.0.2, 3.0.1
647642
648643- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
649644or even helping with a fix (e.g. by creating a pull request)
650-
651645 - big_update@1.0.0
652646 - repository: <not found>
653647 - detailed warning command: `cargo report future-incompatibilities --id 1 --package big_update@1.0.0`
@@ -704,7 +698,6 @@ fn correct_report_id_when_cached() {
704698
705699- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
706700or even helping with a fix (e.g. by creating a pull request)
707-
708701 - bar@1.0.0
709702 - repository: https://example.com/
710703 - detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
@@ -727,7 +720,6 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
727720
728721- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
729722or even helping with a fix (e.g. by creating a pull request)
730-
731723 - bar@1.0.0
732724 - repository: https://example.com/
733725 - detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
0 commit comments