2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 09:15:33 +00:00

Merge pull request #1091 from jayvdb/ci-msrv

Add MSRV 1.63 to CI
This commit is contained in:
Marc-Antoine Perennou 2024-09-11 16:02:04 +02:00 committed by GitHub
commit fa29b508e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [nightly, beta, stable]
rust: [nightly, beta, stable, 1.63]
steps:
- uses: actions/checkout@v3