diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-12-07 22:10:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 22:10:32 +0100 |
commit | 3724d44d59950040f6ebbdd87d7eb93bc59c3caa (patch) | |
tree | 00e3396c819704653bc5f9dd5e5a6d0b27d4f222 /rust-toolchain.toml | |
parent | 78566753c81a26dc1855d8187c8192ffb1ba64e2 (diff) |
chore: bump rust to 1.74.1 (#21499)
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 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"] |