1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Cargo.toml: remove exact version req for selinux (#7883)

This commit is contained in:
Daniel Hofstetter 2025-05-04 17:54:48 +02:00 committed by GitHub
parent 4ee53acad0
commit fd29eb5fc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -331,9 +331,8 @@ rstest = "0.25.0"
rust-ini = "0.21.0"
same-file = "1.0.6"
self_cell = "1.0.4"
# Remove the "=" once we moved to Rust edition 2024
selinux = "= 0.5.1"
selinux-sys = "= 0.6.14"
selinux = "0.5.1"
selinux-sys = "0.6.14"
signal-hook = "0.3.17"
smallvec = { version = "1.13.2", features = ["union"] }
tempfile = "3.15.0"