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'd like to delete rust-gpx from the registry. I tried to yank its only version and got this:
~/D/r/rust-gpx (master|✔) $ cargo yank --vers 0.0.1 rust-gpx
Updating registry `https://github.com/rust-lang/crates.io-index`
Press ENTER or type command to continue
Yank rust-gpx:0.0.1
failed to yank: failed to get a 200 OK response: Response {502, via: 1.1 vegur, content-type: text/html, content-length: 166, date: Wed, 21 Jan 2015 01:29:35 GMT, connection: keep-alive, server: nginx, <html><head><title>502 Bad Gateway</title></head><bodybgcolor="white"><center><h1>502 Bad Gateway</h1></center><hr><center>nginx</center></body></html>
]
The text was updated successfully, but these errors were encountered:
I think the error you're seeing is #76, and in general we don't want to promote deletion of crates after they've been uploaded (as it would break any dependencies). In this case though I've deleted the rust-gpx crate for you.
I accidentally uploaded a library with the wrong name (accidentally prefixed 'rust-' in the crate name).
https://crates.io/crates/rust-gpx instead of https://crates.io/crates/gpx
I'd like to delete rust-gpx from the registry. I tried to yank its only version and got this:
The text was updated successfully, but these errors were encountered: