Skip to content

Commit

Permalink
Automatic toolchain upgrade to nightly-2024-09-25 (#3547)
Browse files Browse the repository at this point in the history
Update Rust toolchain from nightly-2024-09-23 to nightly-2024-09-25
without any other source changes.

We skip over 2024-09-24 as that version ICEs when trying to build
http-body (fixed by rust-lang/rust#130775).

---------

Co-authored-by: celinval <[email protected]>
Co-authored-by: Michael Tautschnig <[email protected]>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent 4f75199 commit 61aca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[toolchain]
channel = "nightly-2024-09-23"
channel = "nightly-2024-09-25"
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]

0 comments on commit 61aca4c

Please sign in to comment.