Skip to content

Commit

Permalink
Revert "Don't specify a patch version of rust in rust-toolchain" (emi…
Browse files Browse the repository at this point in the history
…lk#4827)

Fix Android CI
  • Loading branch information
emilk authored and 486c committed Oct 9, 2024
1 parent 70061e4 commit 177684b
Showing 1 changed file with 1 addition and 1 deletion.
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.76" # Avoid specifying a patch version here; see https://github.com/emilk/eframe_template/issues/145
channel = "1.76.0"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 177684b

Please sign in to comment.