diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-18 22:24:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-18 22:24:56 -0400 |
commit | 28bebce54445f248614eca493cff6b8d3659df40 (patch) | |
tree | fd7a5455e3472fa1b4203f29a2789286c456890d /rust-toolchain.toml | |
parent | 5c69b4861b52ab406e73b9cd85c254f0505cb20f (diff) |
chore: Rust 1.80.1 (#25089)
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 85cb9e7bb..e8d3cddd1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.80.0" +channel = "1.80.1" components = ["rustfmt", "clippy"] |