Update ci.yml for MSV 1.64

This commit is contained in:
Aaron Weiss 2023-05-22 13:34:12 -04:00 committed by GitHub
parent 34aae72edc
commit c533c49e9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: ["1.60", stable]
rust: ["1.64", stable]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master