We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64dc986 commit 0bbb64aCopy full SHA for 0bbb64a
.github/workflows/rust.yml
@@ -23,7 +23,7 @@ jobs:
23
- beta
24
steps:
25
- uses: actions/checkout@v1
26
- - uses: dtolnay/rust-toolchain@1.85
+ - uses: dtolnay/rust-toolchain@1.89
27
- uses: actions-rs/cargo@v1
28
with:
29
command: build
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
41
42
43
44
profile: minimal
45
components: clippy, rustfmt
0 commit comments