From 02fd896683d973a5c1332c74c4f6ab3ff159e4c9 Mon Sep 17 00:00:00 2001 From: zrezke Date: Thu, 5 Dec 2024 21:05:13 +0100 Subject: [PATCH] Bump toolchain to 1.76, I see it has: Enable Rust to use the EHCont security feature of Windows --- Cargo.toml | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 605e29f63982..823550147d39 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.1" +rust-version = "1.76" version = "0.1.4" [workspace.dependencies] diff --git a/rust-toolchain b/rust-toolchain index a8370f127b90..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.1" +channel = "1.76" components = ["rustfmt", "clippy"] targets = ["wasm32-unknown-unknown"]