-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Rust 1.48.0 in rust-toolchain
A severe performance regression with `async fn` was fixed in 1.48.0, which greatly improves compilation times on many people's machines. rust-lang/rust#78410 As such, we bump the `rust-toolchain` file to 1.48.0 stable for a smoother developer experience, even if 1.46.0 is still technically supported features-wise.
- Loading branch information
1 parent
f4cb582
commit 43833df
Showing
2 changed files
with
3 additions
and
3 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.46.0 | ||
1.48.0 |