mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
deps ~ update uucore dependency (removing patch configuration)
This commit is contained in:
parent
d9de816757
commit
3291f9d4db
1 changed files with 1 additions and 4 deletions
|
@ -216,7 +216,7 @@ feat_os_windows_legacy = [
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = { version="1.3" }
|
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
|
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.2" }
|
uucore = { version="0.0.2", package="uucore", git="https://github.com/uutils/uucore.git", branch="master" }
|
||||||
# * uutils
|
# * uutils
|
||||||
arch = { optional=true, path="src/uu/arch" }
|
arch = { optional=true, path="src/uu/arch" }
|
||||||
base32 = { optional=true, path="src/uu/base32" }
|
base32 = { optional=true, path="src/uu/base32" }
|
||||||
|
@ -335,6 +335,3 @@ path = "src/bin/uutils.rs"
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "tests"
|
name = "tests"
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
uucore = { git = "https://github.com/uutils/uucore/", tag = "0.0.2" }
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue