diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-09-19 19:48:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 01:48:36 +0000 |
commit | 2a1781afcb1d19aa02277233049fb7f260f4b03c (patch) | |
tree | 1c87add982d9aee6b436661418657ce8cf914263 /rust-toolchain.toml | |
parent | 69b7166c20b47d320fc85e33dca9414c92ec9c6f (diff) |
chore: bump Rust to 1.72.1 and cargo update (#20572)
> 1.72.1 resolves a few regressions introduced in 1.72.0:
> - [Partially revert codegen change, improving
codegen](https://github.com/rust-lang/rust/pull/115236)
> - [rustdoc: Fix self ty params in objects with
lifetimes](https://github.com/rust-lang/rust/pull/115276)
> - [Fix regression in compile
times](https://github.com/rust-lang/rust/pull/114948)
> - Resolve some ICEs in the compiler:
> - [#115215](https://github.com/rust-lang/rust/pull/115215)
> - [#115559](https://github.com/rust-lang/rust/pull/115559)
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index be838d860..b36fa2701 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.72.0" +channel = "1.72.1" components = ["rustfmt", "clippy"] |