Skip to content

Commit cbc3e6c

Browse files
committed
WIP: async-signature: bring rustc beta for AFIT support
1 parent eb3e80b commit cbc3e6c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/async-signature.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
rust:
26-
- 1.60.0 # MSRV
27-
- stable
26+
- beta
2827
steps:
2928
- uses: actions/checkout@v4
3029
- uses: RustCrypto/actions/cargo-cache@master

.github/workflows/workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: RustCrypto/actions/cargo-cache@master
2727
- uses: dtolnay/rust-toolchain@master
2828
with:
29-
toolchain: 1.73.0
29+
toolchain: beta
3030
components: clippy
3131
- run: cargo clippy --all --all-features --tests -- -D warnings
3232

@@ -36,6 +36,6 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- uses: dtolnay/rust-toolchain@master
3838
with:
39-
toolchain: stable
39+
toolchain: beta
4040
components: rustfmt
4141
- run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)