Merge pull request #1091 from jayvdb/ci-msrv

Add MSRV 1.63 to CI
main
Marc-Antoine Perennou 4 months ago committed by GitHub
commit fa29b508e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save