From f7fd1c6396783329e55d9dd4e8570c4ff19a16f5 Mon Sep 17 00:00:00 2001 From: "Hadrien G." Date: Fri, 5 Jan 2024 18:00:23 +0100 Subject: [PATCH] Need Rust 1.71 for the named debug info? Oh 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 e1a8d6c..08b52d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ concurrency: env: RUSTFLAGS: -D warnings RUSTDOCFLAGS: -D warnings - MINIMAL_RUST: 1.70.0 # Minimal Supported Rust Version + MINIMAL_RUST: 1.71.0 # Minimal Supported Rust Version jobs: # Formatting doesn't depend on configuration, and we only care about the