From 9d8b322789395cad44aa2dee18f860553dbfc47c Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Fri, 3 Feb 2023 10:37:16 +0900 Subject: [PATCH] Bump minimum Rust version in CI as well --- .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 b8347b1..25adf52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - toolchain: [stable, "1.59"] + toolchain: [stable, "1.60"] steps: - name: Checkout repository uses: actions/checkout@v3