From 0c9d739bb1ce8b966922b6d0d7351b6ec2ba6c59 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Thu, 12 Dec 2024 18:57:15 +0100 Subject: [PATCH] CI: dropping support for Rust 1.71 Mina does use 1.72, therefore we have to support at minima 1.72 --- .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 c76599eb35..c1dd02052e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: RUST_TOOLCHAIN_COVERAGE_VERSION: "1.74" strategy: matrix: - rust_toolchain_version: ["1.71", "1.72", "1.73", "1.74", "1.75", "1.76", "1.77"] + rust_toolchain_version: ["1.72", "1.73", "1.74", "1.75", "1.76", "1.77"] # FIXME: currently not available for 5.0.0. # It might be related to boxroot dependency, and we would need to bump # up the ocaml-rs dependency