From f07537a27ccf8da77fe517b9912f9a43d2e657e2 Mon Sep 17 00:00:00 2001 From: Maximilian Ammann Date: Tue, 19 Apr 2022 15:49:21 +0200 Subject: [PATCH] Update rust version --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index cea28039..a893a754 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.59" +channel = "1.60" targets = [ "wasm32-unknown-unknown", "x86_64-unknown-linux-gnu", "aarch64-linux-android", "aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim" ] components = [ "rust-src" ] # rust-src is required for WASM builds which recompile the stdlib \ No newline at end of file