summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-12-07 22:10:32 +0100
committerGitHub <noreply@github.com>2023-12-07 22:10:32 +0100
commit3724d44d59950040f6ebbdd87d7eb93bc59c3caa (patch)
tree00e3396c819704653bc5f9dd5e5a6d0b27d4f222 /rust-toolchain.toml
parent78566753c81a26dc1855d8187c8192ffb1ba64e2 (diff)
chore: bump rust to 1.74.1 (#21499)
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 9e137c1e6..4bd1ede5b 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.74.0"
+channel = "1.74.1"
components = ["rustfmt", "clippy"]