You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message looks unrelated to git2-curl. When cargo builds things, it prints "Compiling …" when it starts compiling a crate. However, it is building multiple crates in parallel. Since it can take some time between when a compile starts and when an error is generated, there might be new "Compiling …" messages printed before the error gets displayed. You can see which one actually generated the error at the bottom with error: could not compile `cargo`
In this case, it looks like it is coming from cargo itself. And the cause of the error is a bad update to strip_ansi_escapes, and a fix is up at luser/strip-ansi-escapes#18.
we install cargo-outdated using the following
it started to happen today
The text was updated successfully, but these errors were encountered: