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
I use deps.rs with my project https://github.com/fleetfs/fleetfs, and the badge has been failing. I ran deps.rs locally and found that the error message is "error: expected comma after minor version number, found '-'".
This issue has already happened multiple times in the past rust-lang/crates.io#2463, so deps.rs will have to change in order to ignore bad releases instead of failing the entire dependency tree analysis.
I use deps.rs with my project https://github.com/fleetfs/fleetfs, and the badge has been failing. I ran deps.rs locally and found that the error message is "error: expected comma after minor version number, found '-'".
I haven't been able to determine the cause of this, but I created a minimal repro: https://github.com/cberner/depsrs-bug, which you can see fail: https://deps.rs/repo/github/cberner/depsrs-bug
The text was updated successfully, but these errors were encountered: