From 13bfd8ecf8f15d0c67d5e2beb45730b86fb0d055 Mon Sep 17 00:00:00 2001 From: zrezke Date: Thu, 5 Dec 2024 21:35:24 +0100 Subject: [PATCH] Prevent antivirus trigger on Windows. I think it has to something to do with: https://github.com/rust-lang/rust/pull/118013/ --- Cargo.toml | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f8d4ce1dae12..bc2978e9ce97 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.76" version = "0.2.7+2024-12-01-9ec20fe6" [workspace.dependencies] diff --git a/rust-toolchain b/rust-toolchain index 9ea4f2e8b9c5..69ba40fce1e1 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.76" components = ["rustfmt", "clippy"] targets = ["wasm32-unknown-unknown"]