Skip to content

Commit 7747c41

Browse files
committed
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
1 parent 618037a commit 7747c41

File tree

2 files changed

+46
-17
lines changed

2 files changed

+46
-17
lines changed

Cargo.lock

Lines changed: 41 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ file_diff = "1.0.0"
292292
filetime = "0.2.23"
293293
fnv = "1.0.7"
294294
fs_extra = "1.3.0"
295-
fts-sys = "0.2.9"
295+
# Remove the "=" once we moved to Rust edition 2024
296+
fts-sys = "=0.2.14"
296297
fundu = "2.0.0"
297298
gcd = "2.3"
298299
glob = "0.3.1"
@@ -328,7 +329,9 @@ rstest = "0.25.0"
328329
rust-ini = "0.21.0"
329330
same-file = "1.0.6"
330331
self_cell = "1.0.4"
331-
selinux = "0.5.0"
332+
# Remove the "=" once we moved to Rust edition 2024
333+
selinux = "= 0.5.0"
334+
selinux-sys = "= 0.6.13"
332335
signal-hook = "0.3.17"
333336
smallvec = { version = "1.13.2", features = ["union"] }
334337
tempfile = "3.15.0"

0 commit comments

Comments
 (0)