mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
deps ~ update uucore dependency (use 'canary' everywhere for CI testing)
This commit is contained in:
parent
54ada64232
commit
2c4af65dc5
1 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,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", git="https://github.com/uutils/uucore.git", branch="master" }
|
||||
uucore = { version="0.0.4", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary" }
|
||||
# * uutils
|
||||
uu_test = { optional=true, version="0.0.1", package="uu_test", path="src/uu/test" }
|
||||
#
|
||||
|
@ -335,7 +335,7 @@ regex = "1.0"
|
|||
tempfile = "3.1"
|
||||
time = "0.1"
|
||||
unindent = "0.1"
|
||||
uucore = { version="0.0.4", package="uucore", git="https://github.com/uutils/uucore.git", branch="master", features=["entries"] }
|
||||
uucore = { version="0.0.4", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary", features=["entries"] }
|
||||
|
||||
[target.'cfg(unix)'.dev-dependencies]
|
||||
rust-users = { version="0.10", package="users" }
|
||||
|
|
Loading…
Reference in a new issue