Description
I recently uploaded the first version of the crate cradle
to crates.io: https://crates.io/crates/cradle. The versions tab correctly shows that there is only one version (0.0.0
). On the corresponding docs.rs link (https://docs.rs/cradle/0.0.0/cradle/) I found that at the top it says 'Go to latest version', which links to a version 0.1.1
of the cradle
crate that I didn't upload: https://docs.rs/crate/cradle/0.1.1. That version does not exist on crates.io.
(The text in that version seems to be an attempt at putting pressure on the crates.io team for handling crate squatting differently. I'd like to point out that I didn't write that text. I think the crates.io team is great!)
I thought it wasn't possible to delete crates from crates.io, so I'm not sure how this situation can happen. But more importantly: Can this be fixed somehow? I'd love to have documentation for my crate hosted on docs.rs that doesn't nudge users to see a 'latest version' of the docs that shouldn't be there.
Thanks a lot!