mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

crates-io: Add support for other 2xx HTTP status codes Replying with `201 Created` of `202 Accepted` should not result in showing errors. Related: - https://github.com/rust-lang/cargo/issues/3995 - https://github.com/rust-lang/cargo/pull/6771