1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: coreutils/src/uu/tail/Cargo.toml
===================================================================
--- coreutils.orig/src/uu/tail/Cargo.toml
+++ coreutils/src/uu/tail/Cargo.toml
@@ -19,7 +19,7 @@ path = "src/tail.rs"
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
libc = "0.2.137"
memchr = "2.5.0"
-notify = { version = "=5.0.0", features=["macos_kqueue"]}
+notify = "5.0.0"
uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["ringbuffer", "lines"] }
same-file = "1.0.6"
atty = "0.2"
|