mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Revert "Don't specify a patch version of rust in rust-toolchain" (#4827)
Fix Android CI
This commit is contained in:
@@ -5,6 +5,6 @@
|
|||||||
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
|
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
|
||||||
|
|
||||||
[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"]
|
components = ["rustfmt", "clippy"]
|
||||||
targets = ["wasm32-unknown-unknown"]
|
targets = ["wasm32-unknown-unknown"]
|
||||||
|
|||||||
Reference in New Issue
Block a user