1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Force specific version of selinux and fts which doesn't require rust 2024 edition

$ cargo +1.82.0 update --package selinux-sys --precise 0.6.13 && cargo fetch --locked --quiet
This commit is contained in:
Sylvestre Ledru 2025-03-08 11:42:28 +01:00
parent 618037ad44
commit 7747c41549
2 changed files with 46 additions and 17 deletions

View file

@ -292,7 +292,8 @@ file_diff = "1.0.0"
filetime = "0.2.23"
fnv = "1.0.7"
fs_extra = "1.3.0"
fts-sys = "0.2.9"
# Remove the "=" once we moved to Rust edition 2024
fts-sys = "=0.2.14"
fundu = "2.0.0"
gcd = "2.3"
glob = "0.3.1"
@ -328,7 +329,9 @@ rstest = "0.25.0"
rust-ini = "0.21.0"
same-file = "1.0.6"
self_cell = "1.0.4"
selinux = "0.5.0"
# Remove the "=" once we moved to Rust edition 2024
selinux = "= 0.5.0"
selinux-sys = "= 0.6.13"
signal-hook = "0.3.17"
smallvec = { version = "1.13.2", features = ["union"] }
tempfile = "3.15.0"