From 2555fd4039c6d0f0148398d66b5e2acd99832a5b Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Tue, 25 Mar 2025 13:45:02 +0100 Subject: [PATCH] Cargo.toml: We moved to edition 2024, drop = from fts-sys --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a0fd3f19d..0c167c0a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"