Skip to content

Instantly share code, notes, and snippets.

@brson
Created December 22, 2016 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brson/c1408fc6081c4d939186333d075ac637 to your computer and use it in GitHub Desktop.
Save brson/c1408fc6081c4d939186333d075ac637 to your computer and use it in GitHub Desktop.
Rust 1.14 cargo packaging
During rust 1.14 we had to make a huge set of [backports] to cargo.
This necessitated an [emergency change] to the cargo release process so
that there was somewhere to backport the changes to at all.
[backports]: https://github.com/rust-lang/cargo/pull/3353
[emergency change]: https://github.com/rust-lang/cargo/pull/3345
rust-packaging (nightlies) and crater broke temporarily.
Two bugs that hit stable as fallout:
https://github.com/rust-lang/rust/issues/38519
One is that the wrong addresses are embedded in the manifests, the
other is that the cargo binaries are not signed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment