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
Interesting thing to notice in syn 1.0.43 is that its Cargo.lock contains syn-test-suite 0.0.0+test, but there's also a published syn-test-suite 0.0.0; so Cargo is probably hitting some bug to do with invalid version duplication with different build metadata.
Yeah, testing it this error is what is emitted if you have 0.0.0 specified as the version and the checksum from 0.0.0+test. Caused by rust-lang/cargo#7180
The text was updated successfully, but these errors were encountered: