From ab64cf5702c19dadd96c8e82f3da3bdb9554f523 Mon Sep 17 00:00:00 2001 From: zrezke Date: Thu, 5 Dec 2024 20:43:22 +0100 Subject: [PATCH] Bump rust toolchain, reportedly 1.74 had some issues on aarch64 windows, but maybe the issue could be also related to us being flagged by anti virus? --- Cargo.toml | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab62b046bd4e..605e29f63982 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ homepage = "https://rerun.io" include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"] license = "MIT OR Apache-2.0" repository = "https://github.com/rerun-io/rerun" -rust-version = "1.74" +rust-version = "1.74.1" version = "0.1.4" [workspace.dependencies] diff --git a/rust-toolchain b/rust-toolchain index 9ea4f2e8b9c5..a8370f127b90 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -5,6 +5,6 @@ # to the user in the error, instead of "error: invalid channel name '[toolchain]'". [toolchain] -channel = "1.74" +channel = "1.74.1" components = ["rustfmt", "clippy"] targets = ["wasm32-unknown-unknown"]