From e50ddf2a66c63699d19f6168a6693a57bdb3b704 Mon Sep 17 00:00:00 2001 From: Patrick Zhao Date: Tue, 25 Jun 2024 00:15:25 +0200 Subject: [PATCH] Upgrade required rustc 1.77.0 -> 1.78.0 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index b76bf61..ca5876e 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "1.77.0" +channel = "1.78.0" components = ["rustfmt", "clippy"] targets = ["wasm32-unknown-unknown"]