Commit Graph

3 Commits

Author SHA1 Message Date
Jakub Jirutka
333d37da59 community/cargo: upgrade to 0.22.0 2017-10-31 19:48:07 +01:00
William Pitcock
cedebe7735 Revert "community/cargo: upgrade to 0.22.0"
This change causes the package to be unbuildable without manual intervention,
which violates policy.

Reverting the change is theoretically harmless, as the old cargo has not been
removed from the archive.

This reverts commit c6e8dbdbd4.
2017-10-30 03:06:30 +00:00
Jakub Jirutka
c6e8dbdbd4 community/cargo: upgrade to 0.22.0
We don't download prebuilt cargo binary anymore, mainly because
that URL on S3 doesn't work anymore. They have moved it *again*
and https://static.rust-lang.org/dist/ still does not contain
musl binaries.

However, we need cargo to build rust, so when building cargo, we
must already have cargo anyway. And cargo cannot be built without
rust.
2017-10-28 18:50:23 +02:00