Skip to content

Commit

Permalink
Bump rust toolchain. But issue was probably caused by some dependency…
Browse files Browse the repository at this point in the history
… bumped when doing cargo update for 0.1.5
  • Loading branch information
zrezke committed Dec 5, 2024
1 parent 58c12ad commit ca0d91a
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.70"
rust-version = "1.74"
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.70"
channel = "1.74"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit ca0d91a

Please sign in to comment.