From 0142274f780f6d3640aec414e2a7e4265333412e Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 1 Sep 2024 11:21:36 +0200 Subject: [PATCH] build: bump rust 1.80.0 (#713) Signed-off-by: David Dal Busco --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index bdbeb14b0..81cb6d556 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.75.0" +channel = "1.80.0" targets = ["wasm32-unknown-unknown"]