Skip to content

Commit

Permalink
Don't specify patch version in rust-toolchain file
Browse files Browse the repository at this point in the history
Closes #145
  • Loading branch information
emilk committed Jul 15, 2024
1 parent 96e4908 commit 815288b
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 815288b

Please sign in to comment.