1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Cargo.toml: We moved to edition 2024, drop = from fts-sys

This commit is contained in:
Nicolas Boichat 2025-03-25 13:45:02 +01:00
parent 35a923b076
commit 2555fd4039

View file

@ -292,8 +292,7 @@ file_diff = "1.0.0"
filetime = "0.2.23"
fnv = "1.0.7"
fs_extra = "1.3.0"
# Remove the "=" once we moved to Rust edition 2024
fts-sys = "=0.2.16"
fts-sys = "0.2.16"
fundu = "2.0.0"
gcd = "2.3"
glob = "0.3.1"