From 31ca5b47314bb75bec4c70b831eb545c301c7106 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 1 Dec 2022 09:40:36 +0100 Subject: [PATCH] [create-pull-request] automated change (#1980) Co-authored-by: github-actions[bot] --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3b621dce..9684a220 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ # This file is updated by `update-toolchain.sh` [toolchain] -channel = "1.62.1" +channel = "1.63.0" components = ["rustfmt", "clippy", "rust-analysis"] targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]