From ce410dd77926181445321ce178fbc492a44328aa Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 18 Oct 2025 08:22:36 -0700 Subject: [PATCH] Raise compiler version required for preserve_order feature to 1.82 Required since version 2.12.0 of indexmap. --- .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 7e56d3c..b118663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: false matrix: - rust: [beta, 1.65.0, 1.61.0] + rust: [beta, 1.82.0, 1.61.0] os: [ubuntu] include: - rust: stable