From f6dbb41e3a338546be716151a1b9b9bd014723b0 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Tue, 14 Jan 2025 16:05:23 +1300 Subject: [PATCH] bump rust-toolchain --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b76bf618f..bd4541d29 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.77.0" +channel = "1.81.0" components = ["rustfmt", "clippy"] targets = ["wasm32-unknown-unknown"]