From 1260d789d668daf3c707b2a1e3d89aa6b9547cf5 Mon Sep 17 00:00:00 2001 From: Nico Lube Date: Fri, 17 Apr 2026 11:34:28 +0200 Subject: [PATCH] Bump MSRV matrix to 1.85.0. uuid 1.23.1 (transitive via gerber-types) requires rustc 1.85, so the prior 1.80.0 job no longer builds. --- .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 bfe6246..148ea87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: matrix: toolchain: - "stable" - - "1.80.0" + - "1.85.0" steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable