1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

use the same spec for atty everywhere

This commit is contained in:
Terts Diepraam 2021-06-09 17:15:42 +02:00
parent 394eb82af1
commit be8e5f5f30
3 changed files with 3 additions and 3 deletions

View file

@ -351,7 +351,7 @@ time = "0.1"
unindent = "0.1"
uucore = { version=">=0.0.8", package="uucore", path="src/uucore", features=["entries", "process"] }
walkdir = "2.2"
atty = "0.2.14"
atty = "0.2"
[target.'cfg(unix)'.dev-dependencies]
rlimit = "0.4.0"