-
Notifications
You must be signed in to change notification settings - Fork 665
Closed
Labels
A-backend ⚙️A-publishC-bug 🐞Category: unintended, undesired behaviorCategory: unintended, undesired behavior
Description
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:
homepage = "https://github.com/servo/core-foundation-rs"
repository = "https://github.com/servo/core-foundation-rs"
version = "0.10.0"
@jrmuizel suspects "crates.io" got confused because 0.9.1 was published last. This seems like a bug in the web site.
Metadata
Metadata
Assignees
Labels
A-backend ⚙️A-publishC-bug 🐞Category: unintended, undesired behaviorCategory: unintended, undesired behavior