mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
install: remove time crate
This commit is contained in:
parent
e85382cff1
commit
1c4d7b2f87
2 changed files with 0 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2732,7 +2732,6 @@ dependencies = [
|
|||
"file_diff",
|
||||
"filetime",
|
||||
"libc",
|
||||
"time",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
|
|
@ -24,9 +24,6 @@ file_diff = { workspace=true }
|
|||
libc = { workspace=true }
|
||||
uucore = { workspace=true, features=["fs", "mode", "perms", "entries"] }
|
||||
|
||||
[dev-dependencies]
|
||||
time = { workspace=true }
|
||||
|
||||
[[bin]]
|
||||
name = "install"
|
||||
path = "src/main.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue