Revert "Don't specify a patch version of rust in rust-toolchain" (#4827)

Fix Android CI
This commit is contained in:
Emil Ernerfeldt 2024-07-15 15:14:31 +02:00 committed by GitHub
parent 8d2df5491e
commit 1384410cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"]