summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorMathias Lafeldt <mathias.lafeldt@gmail.com>2022-07-30 00:21:05 +0200
committerGitHub <noreply@github.com>2022-07-29 18:21:05 -0400
commit9e917834dd986c547e7c3d1fdb1d1a34d945b5e7 (patch)
tree7149f2e5b5a126ae1d63311579498e50f6d3f3ea /rust-toolchain.toml
parentb676cab0b4278a5c0200d9aa68c47d073a03aefe (diff)
chore: use Rust 1.62.1 (#15346)
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 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"]