diff options
author | Mathias Lafeldt <mathias.lafeldt@gmail.com> | 2022-07-30 00:21:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 18:21:05 -0400 |
commit | 9e917834dd986c547e7c3d1fdb1d1a34d945b5e7 (patch) | |
tree | 7149f2e5b5a126ae1d63311579498e50f6d3f3ea /rust-toolchain.toml | |
parent | b676cab0b4278a5c0200d9aa68c47d073a03aefe (diff) |
chore: use Rust 1.62.1 (#15346)
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 725522246..9e2065b1c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.62.0" +channel = "1.62.1" components = ["rustfmt", "clippy"] |