Skip to content

Commit

Permalink
Bump toolchain to 1.76, I see it has: Enable Rust to use the EHCont s…
Browse files Browse the repository at this point in the history
…ecurity feature of Windows
  • Loading branch information
zrezke committed Dec 5, 2024
1 parent ab64cf5 commit 02fd896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 02fd896

Please sign in to comment.