mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 08:57:13 +00:00
Merge pull request #5018 from sylvestre/memmap2
Move memmap2 in the root workpace
This commit is contained in:
commit
3357aa87a1
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# coreutils (uutils)
|
||||
# * see the repository LICENSE, README, and CONTRIBUTING files for more information
|
||||
|
||||
# spell-checker:ignore (libs) libselinux gethostid procfs bigdecimal kqueue fundu mangen datetime uuhelp
|
||||
# spell-checker:ignore (libs) libselinux gethostid procfs bigdecimal kqueue fundu mangen datetime uuhelp memmap
|
||||
|
||||
[package]
|
||||
name = "coreutils"
|
||||
|
@ -292,6 +292,7 @@ lscolors = { version = "0.14.0", default-features = false, features = [
|
|||
"nu-ansi-term",
|
||||
] }
|
||||
memchr = "2"
|
||||
memmap2 = "0.7"
|
||||
nix = { version = "0.26", default-features = false }
|
||||
nom = "7.1.3"
|
||||
notify = { version = "=6.0.1", features = ["macos_kqueue"] }
|
||||
|
|
|
@ -18,7 +18,7 @@ path = "src/tac.rs"
|
|||
|
||||
[dependencies]
|
||||
memchr = { workspace = true }
|
||||
memmap2 = "0.7"
|
||||
memmap2 = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
uucore = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue