We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1427b7b commit 4dbc514Copy full SHA for 4dbc514
src/prepare.rs
@@ -158,6 +158,8 @@ fn run_command(cmd: Command) -> anyhow::Result<()> {
158
missing_deps = true;
159
} else if line.contains("failed to parse manifest at")
160
|| line.contains("error: invalid table header")
161
+ || line.contains("error: cyclic feature dependency: feature ")
162
+ || line.contains("error: cyclic package dependency: package ")
163
{
164
broken_deps = true;
165
} else if line.contains("error: failed to parse lock file at") {
0 commit comments