Skip to content

Commit

Permalink
Don't specify a patch version of rust in rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jul 15, 2024
1 parent b862f73 commit 67eb290
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.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"]

0 comments on commit 67eb290

Please sign in to comment.