Skip to content

Commit

Permalink
Revert "Don't specify a patch version of rust in rust-toolchain" (#4827)
Browse files Browse the repository at this point in the history
Fix Android CI
  • Loading branch information
emilk authored Jul 15, 2024
1 parent 8d2df54 commit 1384410
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 1384410

Please sign in to comment.