@@ -150,7 +150,6 @@ fn incompat_in_dependency() {
150
150
151
151
- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
152
152
or even helping with a fix (e.g. by creating a pull request)
153
-
154
153
155
154
- repository: https://example.com/
156
155
- detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
@@ -180,7 +179,6 @@ to solve this problem, you can try the following approaches:
180
179
181
180
- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
182
181
or even helping with a fix (e.g. by creating a pull request)
183
-
184
182
185
183
- repository: https://example.com/
186
184
- detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
@@ -598,13 +596,11 @@ fn suggestions_for_updates() {
598
596
[NOTE] to solve this problem, you can try the following approaches:
599
597
600
598
- update to a newer version to see if the issue has been fixed
601
-
602
599
- big_update v1.0.0 has the following newer versions available: 2.0.0
603
600
- with_updates v1.0.0 has the following newer versions available: 1.0.1, 1.0.2, 3.0.1
604
601
605
602
- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
606
603
or even helping with a fix (e.g. by creating a pull request)
607
-
608
604
609
605
- repository: <not found>
610
606
- detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
@@ -641,13 +637,11 @@ means and how to resolve it.
641
637
to solve this problem, you can try the following approaches:
642
638
643
639
- update to a newer version to see if the issue has been fixed
644
-
645
640
- big_update v1.0.0 has the following newer versions available: 2.0.0
646
641
- with_updates v1.0.0 has the following newer versions available: 1.0.1, 1.0.2, 3.0.1
647
642
648
643
- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
649
644
or even helping with a fix (e.g. by creating a pull request)
650
-
651
645
652
646
- repository: <not found>
653
647
- detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
@@ -704,7 +698,6 @@ fn correct_report_id_when_cached() {
704
698
705
699
- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
706
700
or even helping with a fix (e.g. by creating a pull request)
707
-
708
701
709
702
- repository: https://example.com/
710
703
- detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
@@ -727,7 +720,6 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
727
720
728
721
- ensure the maintainers know of this problem (e.g. creating a bug report if needed)
729
722
or even helping with a fix (e.g. by creating a pull request)
730
-
731
723
732
724
- repository: https://example.com/
733
725
- detailed warning command: `cargo report future-incompatibilities --id 1 --package [email protected] `
0 commit comments