From 80983825e4da429874afc2579c6f212528cd8eb2 Mon Sep 17 00:00:00 2001 From: Denys Zadorozhnyi Date: Tue, 27 Aug 2024 18:43:52 +0300 Subject: [PATCH] chore: update rustc to `nightly-2024-05-07` in rust-toolchain.toml --- account/template/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account/template/rust-toolchain.toml b/account/template/rust-toolchain.toml index bc008c9..b147836 100644 --- a/account/template/rust-toolchain.toml +++ b/account/template/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2024-03-10" +channel = "nightly-2024-05-07" components = ["rustfmt", "rust-src"] targets = ["wasm32-wasi"] profile = "minimal"