mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
update ~ (maint!) use fixed/patched uucore (v0.0.2); await upgrade upstream
- fixes musl (no-utmpx) build bug - fixes failing windows real{link,path} tests
This commit is contained in:
parent
7eeb58ae3a
commit
6a18d7f7be
95 changed files with 98 additions and 95 deletions
|
@ -187,7 +187,7 @@ feat_common_core = [
|
|||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
uucore = "0.0.1"
|
||||
uucore = "0.0.2"
|
||||
arch = { optional=true, path="src/arch" }
|
||||
base32 = { optional=true, path="src/base32" }
|
||||
base64 = { optional=true, path="src/base64" }
|
||||
|
@ -306,3 +306,6 @@ path = "src/uutils/uutils.rs"
|
|||
|
||||
[[test]]
|
||||
name = "tests"
|
||||
|
||||
[patch.crates-io]
|
||||
uucore = { git = "https://github.com/rivy/rust.uucore", tag = "0.0.2" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue