summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-18 22:24:56 -0400
committerGitHub <noreply@github.com>2024-08-18 22:24:56 -0400
commit28bebce54445f248614eca493cff6b8d3659df40 (patch)
treefd7a5455e3472fa1b4203f29a2789286c456890d /rust-toolchain.toml
parent5c69b4861b52ab406e73b9cd85c254f0505cb20f (diff)
chore: Rust 1.80.1 (#25089)
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
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"]