Skip to content

Commit

Permalink
Auto merge of #46183 - kennytm:backport-cargo-4739, r=aturon
Browse files Browse the repository at this point in the history
[stable] Update cargo to fix breakage on macOS High Sierra; Update version to 1.22.1.

This backport includes rust-lang/cargo#4739, required for building projects in debug mode with Cargo on macOS High Sierra (see the Cargo PR for details).
  • Loading branch information
bors committed Nov 22, 2017
2 parents 9c21f8f + a9749ef commit bb408b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bootstrap/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Build;
use config::Config;

// The version number
pub const CFG_RELEASE_NUM: &str = "1.22.0";
pub const CFG_RELEASE_NUM: &str = "1.22.1";

// An optional number to put after the label, e.g. '.2' -> '-beta.2'
// Be sure to make this starts with a dot to conform to semver pre-release
Expand Down
2 changes: 1 addition & 1 deletion src/tools/cargo

0 comments on commit bb408b5

Please sign in to comment.