mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 22:17:45 +00:00
Copy the UTF8 crate in the tree and remove utf8 dependency. (#4460)
This commit is contained in:
parent
6a54d820ac
commit
084510e499
6 changed files with 257 additions and 8 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -2350,12 +2350,6 @@ dependencies = [
|
|||
"log",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "utf-8"
|
||||
version = "0.7.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
||||
|
||||
[[package]]
|
||||
name = "utf8parse"
|
||||
version = "0.2.1"
|
||||
|
@ -3330,7 +3324,6 @@ dependencies = [
|
|||
"libc",
|
||||
"nix",
|
||||
"unicode-width",
|
||||
"utf-8",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue