Skip to content

Commit 43833df

Browse files
committed
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.
1 parent f4cb582 commit 43833df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ container engine.
66
## Getting started
77

88
To build this project on Linux, you will need the latest version of the
9-
[Rust toolchain](https://www.rust-lang.org/) (at least version 1.46.0, as
10-
provided with the `rust-toolchain` file).
9+
[Rust toolchain](https://www.rust-lang.org/) (at least version 1.46.0, but
10+
1.48.0 compiles async code faster, as provided in the `rust-toolchain` file).
1111

1212
The following binaries will also need to be available in `$PATH`:
1313

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.46.0
1+
1.48.0

0 commit comments

Comments
 (0)