Skip to content

Commit 05e2e1c

Browse files
committed
Auto merge of #46183 - kennytm:backport-cargo-4739, r=aturon
[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).
2 parents 9c21f8f + a9749ef commit 05e2e1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bootstrap/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use Build;
2424
use config::Config;
2525

2626
// The version number
27-
pub const CFG_RELEASE_NUM: &str = "1.22.0";
27+
pub const CFG_RELEASE_NUM: &str = "1.22.1";
2828

2929
// An optional number to put after the label, e.g. '.2' -> '-beta.2'
3030
// Be sure to make this starts with a dot to conform to semver pre-release

0 commit comments

Comments
 (0)