From c2ab0752f7dc810970708bcb78bf69854c5f5d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 2 Feb 2026 18:54:31 +0100 Subject: [PATCH] rust/tests: Drop MSRV for openat-ext See: https://github.com/coreos/openat-ext/pull/59 --- rust/tests.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust/tests.yaml b/rust/tests.yaml index 8b458b5..a39ad8f 100644 --- a/rust/tests.yaml +++ b/rust/tests.yaml @@ -30,9 +30,6 @@ files: - repo: openat-ext path: .github/workflows/rust.yml - vars: - # MSRV in Cargo.toml requires >= 1.56.0 - msrv: 1.49.0 - repo: openssh-keys path: .github/workflows/rust.yml