We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5a80d commit 0e86c7fCopy full SHA for 0e86c7f
.github/workflows/rust.yml
@@ -1,7 +1,11 @@
1
on: [push, pull_request, workflow_dispatch]
2
3
+
4
name: CI
5
6
+permissions:
7
+ contents: write
8
9
env:
10
RUSTFLAGS: -D warnings
11
RUSTDOCFLAGS: -D warnings
rust-toolchain.toml
@@ -5,7 +5,7 @@
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
[toolchain]
-channel = "1.80.1" # Avoid specifying a patch version here; see https://github.com/emilk/eframe_template/issues/145
+channel = "1.80.1"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-unknown-unknown" ]
0 commit comments