Skip to content

Commit

Permalink
Bump rust toolchain, reportedly 1.74 had some issues on aarch64 windo…
Browse files Browse the repository at this point in the history
…ws, but maybe the issue could be also related to us being flagged by anti virus?
  • Loading branch information
zrezke committed Dec 5, 2024
1 parent ca0d91a commit ab64cf5
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"
rust-version = "1.74.1"
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"
channel = "1.74.1"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit ab64cf5

Please sign in to comment.