/ rust-toolchain
rust-toolchain
1 # If you see this, run "rustup self update" to get rustup 1.23 or newer. 2 3 # NOTE: above comment is for older `rustup` (before TOML support was added), 4 # which will treat the first line as the toolchain name, and therefore show it 5 # to the user in the error, instead of "error: invalid channel name '[toolchain]'". 6 7 [toolchain] 8 channel = "1.88" # Avoid specifying a patch version here; see https://github.com/emilk/eframe_template/issues/145 9 components = [ "rustfmt", "clippy" ] 10 targets = [ "wasm32-unknown-unknown" ]