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 "Repository" link under "io-surface 0.10.0" at the top is pointing to "https://github.com/servo/io-surface-rs", which is wrong. The repository was moved after 0.9, and the actual Cargo.toml for 0.10.0 has:
This sort of metadata is generally attached to the crate, not the version. (The main exception is authors). Currently we always update this when you upload a new version. Since the most recently uploaded version was 0.9.1, we would have used whatever was in that Cargo.toml.
I think you're right that we should probably only update these fields when a version greater than the current max is uploaded, but I'd like to hear other people's thoughts on this. @ashleygwilliams WDYT?
If we do change this behavior, it's not something that would retroactively apply. You will need to upload a new version with the correct metadata no matter what we decide.
Case in question: https://crates.io/crates/io-surface
The "Repository" link under "io-surface 0.10.0" at the top is pointing to "https://github.com/servo/io-surface-rs", which is wrong. The repository was moved after 0.9, and the actual
Cargo.toml
for 0.10.0 has:@jrmuizel suspects "crates.io" got confused because 0.9.1 was published last. This seems like a bug in the web site.
The text was updated successfully, but these errors were encountered: