From b5aebd6549c7af6cce056014eab6076d4fa6feb7 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 18 Jul 2022 14:50:03 -0600 Subject: [PATCH] Bump rustc to 1.62.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a39ce71..77ccc29 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.59.0" +channel = "1.62.0" components = [ "rustfmt", "clippy", "rust-src", "rust-analysis" ] targets = [ "wasm32-unknown-unknown", "x86_64-unknown-linux-musl" ] profile = "minimal"