1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #7758 from cakebaker/sleep_remove_fundu

sleep: remove unused `fundu` from `Cargo.toml`
This commit is contained in:
Sylvestre Ledru 2025-04-15 08:34:56 +02:00 committed by GitHub
commit c90bca4acb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -3249,7 +3249,6 @@ name = "uu_sleep"
version = "0.0.30"
dependencies = [
"clap",
"fundu",
"uucore",
]

View file

@ -19,7 +19,6 @@ path = "src/sleep.rs"
[dependencies]
clap = { workspace = true }
fundu = { workspace = true }
uucore = { workspace = true, features = ["parser"] }
[[bin]]