From 8aa9d9c9b6b0fba2f9796be3b192474a2d22d3ed Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Tue, 12 May 2026 03:19:27 +0900 Subject: [PATCH] mv: dedup libc --- src/uu/mv/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/uu/mv/Cargo.toml b/src/uu/mv/Cargo.toml index ee0bc3b6a..495f8a96b 100644 --- a/src/uu/mv/Cargo.toml +++ b/src/uu/mv/Cargo.toml @@ -41,9 +41,6 @@ windows-sys = { workspace = true, features = [ "Win32_Storage_FileSystem", ] } -[target.'cfg(unix)'.dependencies] -libc = { workspace = true } - [features] selinux = ["uucore/selinux"]