summaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-08-14 09:09:57 +0200
committerGitHub <noreply@github.com>2022-08-14 09:09:57 +0200
commit10724ac958f3344fae16e546fe8fc6eabf34eb79 (patch)
treed39de3d2642bdc53c9b731539d1eb64822291df4 /rust-toolchain.toml
parent61ae91e64d1beb8714ae1f80f5bf5603d6c54535 (diff)
rust-toolchain: Update (#1659)
Co-authored-by: a-kenji <a-kenji@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 2b23448a1..573600dfb 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
# This file is updated by `update-toolchain.sh`
[toolchain]
-channel = "1.60.0"
+channel = "1.61.0"
components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]