Skip to content

Commit 13bfd8e

Browse files
committed
Prevent antivirus trigger on Windows. I think it has to something to do with: rust-lang/rust#118013
1 parent 8db7d35 commit 13bfd8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage = "https://rerun.io"
1515
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
1616
license = "MIT OR Apache-2.0"
1717
repository = "https://github.com/rerun-io/rerun"
18-
rust-version = "1.74"
18+
rust-version = "1.76"
1919
version = "0.2.7+2024-12-01-9ec20fe6"
2020

2121
[workspace.dependencies]

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
66

77
[toolchain]
8-
channel = "1.74"
8+
channel = "1.76"
99
components = ["rustfmt", "clippy"]
1010
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)