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

bump the minimal version of uucore & uucore_procs

This commit is contained in:
Sylvestre Ledru 2021-01-10 18:27:20 +01:00
parent 57e24c9118
commit b8e886ad1a
97 changed files with 194 additions and 194 deletions

View file

@ -226,7 +226,7 @@ test = [ "uu_test" ]
[dependencies]
lazy_static = { version="1.3" }
textwrap = { version="=0.11.0", features=["term_size"] } # !maint: [2020-05-10; rivy] unstable crate using undocumented features; pinned currently, will review
uucore = { version=">=0.0.4", package="uucore", path="src/uucore" }
uucore = { version=">=0.0.5", package="uucore", path="src/uucore" }
# * uutils
uu_test = { optional=true, version="0.0.2", package="uu_test", path="src/uu/test" }
#
@ -343,7 +343,7 @@ sha1 = { version="0.6", features=["std"] }
tempfile = "3.1"
time = "0.1"
unindent = "0.1"
uucore = { version=">=0.0.4", package="uucore", path="src/uucore", features=["entries"] }
uucore = { version=">=0.0.5", package="uucore", path="src/uucore", features=["entries"] }
[target.'cfg(unix)'.dev-dependencies]
rust-users = { version="0.10", package="users" }