mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 17:07:10 +00:00
Ignore the duplicate declaration for aho-corasick
error[duplicate]: found 2 duplicate entries for crate 'aho-corasick' ┌─ /github/workspace/Cargo.lock:4:1 │ 4 │ ╭ aho-corasick 0.7.19 registry+https://github.com/rust-lang/crates.io-index 5 │ │ aho-corasick 1.0.1 registry+https://github.com/rust-lang/crates.io-index │ ╰────────────────────────────────────────────────────────────────────────^ lock entries │ = aho-corasick v0.7.19 └── cpp_macros v0.5.7 └── cpp v0.5.7 └── uu_stdbuf_libstdbuf v0.0.18 └── (build) uu_stdbuf v0.0.18 └── coreutils v0.0.18 = aho-corasick v1.0.1 └── regex v1.8.1 ├── bindgen v0.63.0 │ ├── (build) fts-sys v0.2.4 │ │ └── uu_chcon v0.0.18 │ │ └── coreutils v0.0.18 │ └── (build) selinux-sys v0.6.2 │ └── selinux v0.4.0
This commit is contained in:
parent
d1aa1ac963
commit
b9f5fc4b7c
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ skip = [
|
|||
{ name = "linux-raw-sys", version = "0.1.4" },
|
||||
# is-terminal
|
||||
{ name = "windows-sys", version = "0.45.0" },
|
||||
# cpp_macros
|
||||
{ name = "aho-corasick", version = "0.7.19" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Reference in a new issue