Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pair Cargo releases with Rust releases #2108

Closed
brson opened this Issue Nov 4, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@brson
Copy link
Contributor

brson commented Nov 4, 2015

While Cargo does have tagged releases, we don't actually use those in the Rust releases, instead pairing rustc with an arbitrary recent revision of Cargo.

Update rust-packaging to pair rustc not with Cargo nightlies, but with Cargo stable releases.

This will probably require having 'stable' cargo dist bots that produce versioned artifacts, though right now we're solving this in a hackish way by only tagging cargo commits that were nightlies.

re https://internals.rust-lang.org/t/perfecting-rust-packaging-the-plan/2767

@carols10cents

This comment has been minimized.

Copy link
Member

carols10cents commented May 11, 2017

I think this can be closed now since cargo rides the trains...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.