Browse Source

Don't specify a patch version of rust in rust-toolchain

pull/4826/head
Emil Ernerfeldt 4 months ago
parent
commit
67eb29001d
  1. 2
      rust-toolchain

2
rust-toolchain

@ -5,6 +5,6 @@
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
[toolchain]
channel = "1.76.0"
channel = "1.76" # Avoid specifying a patch version here; see https://github.com/emilk/eframe_template/issues/145
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]

Loading…
Cancel
Save