We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e330f commit b500a3cCopy full SHA for b500a3c
.github/workflows/rust.yml
@@ -16,10 +16,14 @@ jobs:
16
17
- name: Install toolchain
18
uses: actions-rust-lang/setup-rust-toolchain@v1.15.1
19
+ with:
20
+ components: rustfmt
21
22
- name: Check formatting
23
run: cargo fmt --check
24
+
25
- name: Build
26
run: cargo build --verbose --all-targets
27
28
- name: Run tests
29
run: cargo test --verbose
rust-toolchain.toml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "1.79"
+channel = "1.81"
0 commit comments