From d85592fa914461bfcac01b655c6c3bbf7e3745fb Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 20 Aug 2025 11:01:40 +0200 Subject: [PATCH] Cargo.toml: lock version of selinux --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db8329aa5..e508b0b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -349,7 +349,8 @@ rstest = "0.26.0" rust-ini = "0.21.0" same-file = "1.0.6" self_cell = "1.0.4" -selinux = "0.5.2" +# FIXME we use the exact version because the new 0.5.3 requires an MSRV of 1.88 +selinux = "=0.5.2" signal-hook = "0.3.17" tempfile = "3.15.0" terminal_size = "0.4.0"