Skip to content

Commit ec7ea20

Browse files
committed
Cargo.toml: remove exact version req for selinux
1 parent 8c4d69b commit ec7ea20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,8 @@ rstest = "0.25.0"
331331
rust-ini = "0.21.0"
332332
same-file = "1.0.6"
333333
self_cell = "1.0.4"
334-
# Remove the "=" once we moved to Rust edition 2024
335-
selinux = "= 0.5.1"
336-
selinux-sys = "= 0.6.14"
334+
selinux = "0.5.1"
335+
selinux-sys = "0.6.14"
337336
signal-hook = "0.3.17"
338337
smallvec = { version = "1.13.2", features = ["union"] }
339338
tempfile = "3.15.0"

0 commit comments

Comments
 (0)