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 eb3e80b commit cbc3e6cCopy full SHA for cbc3e6c
.github/workflows/async-signature.yml
@@ -23,8 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
rust:
26
- - 1.60.0 # MSRV
27
- - stable
+ - beta
28
steps:
29
- uses: actions/checkout@v4
30
- uses: RustCrypto/actions/cargo-cache@master
.github/workflows/workspace.yml
@@ -26,7 +26,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.73.0
+ toolchain: beta
components: clippy
31
- run: cargo clippy --all --all-features --tests -- -D warnings
32
@@ -36,6 +36,6 @@ jobs:
36
37
38
39
- toolchain: stable
40
components: rustfmt
41
- run: cargo fmt --all -- --check
0 commit comments