Skip to content

Commit

Permalink
WIP: async-signature: bring rustc beta for AFIT support
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Dec 14, 2023
1 parent eb3e80b commit cbc3e6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/async-signature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0 # MSRV
- stable
- beta
steps:
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.73.0
toolchain: beta
components: clippy
- run: cargo clippy --all --all-features --tests -- -D warnings

Expand All @@ -36,6 +36,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
toolchain: beta
components: rustfmt
- run: cargo fmt --all -- --check

0 comments on commit cbc3e6c

Please sign in to comment.