From 8ad81c2e11ab07a11b4de1b5effedbc991f7ad31 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 16 Mar 2024 19:49:15 -0700 Subject: [PATCH] Raise minimum tested compiler to 1.70 Required by the `toml` crate. --- .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 017ddbd..fde3ed7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - rust: [nightly, beta, stable, 1.65.0] + rust: [nightly, beta, stable, 1.70.0] timeout-minutes: 45 steps: - uses: actions/checkout@v4