From c533c49e9f4be3505ee118a66d06e1801193675b Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Mon, 22 May 2023 13:34:12 -0400 Subject: [PATCH] Update ci.yml for MSV 1.64 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad2ea72..c45c6c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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