summaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-10-22 12:12:42 +0200
committerGitHub <noreply@github.com>2022-10-22 12:12:42 +0200
commit788bcd6151431222325800e0a46c58384fe0bd22 (patch)
treee701f14b3f30ef6d176e2f3b353401ceed68df70 /rust-toolchain.toml
parentd36e91e072262c557bc114e17ca309cf9451087b (diff)
rust-toolchain: Update (#1834)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 573600dfb..3b621dce7 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
# This file is updated by `update-toolchain.sh`
[toolchain]
-channel = "1.61.0"
+channel = "1.62.1"
components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]