From 0b4bf1b9601f529f5da0a993576dfd07ecd6db6c 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 ee0bc3b6a54..495f8a96b31 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"]