-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #56626 - alexcrichton:update-beta, r=pietroalbini
[beta] Swith to released bootstrap compiler * Also update the Cargo submodule to the 1.32 branch at the same time for a few beta fixes. * Include beta-nominated #56519
- Loading branch information
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule edition-guide
updated
from 850ea1 to 419edb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cargo
updated
9 files
+6 −12 | src/bin/cargo/cli.rs | |
+1 −1 | src/bin/cargo/commands/build.rs | |
+1 −1 | src/bin/cargo/commands/check.rs | |
+7 −21 | src/bin/cargo/commands/mod.rs | |
+1 −1 | src/bin/cargo/commands/run.rs | |
+1 −1 | src/bin/cargo/commands/test.rs | |
+21 −22 | src/bin/cargo/main.rs | |
+19 −9 | src/cargo/core/package.rs | |
+14 −0 | tests/testsuite/cargo_alias_config.rs |