Skip to content

Commit

Permalink
tail: update notify crate
Browse files Browse the repository at this point in the history
notify-crate:
Switch from latest release to latest commit on main branch
in order to fix the builds on FreeBSD/macOS.
notify-rs/notify#399
  • Loading branch information
jhscheer committed Apr 22, 2022
1 parent 6c09626 commit 132cab1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 26 deletions.
35 changes: 10 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/uu/tail/Cargo.toml
Expand Up @@ -18,7 +18,8 @@ path = "src/tail.rs"
[dependencies]
clap = { version = "3.1", features = ["wrap_help", "cargo"] }
libc = "0.2.121"
notify = { version = "5.0.0-pre.14", features=["macos_kqueue"]}
# notify = { version = "5.0.0-pre.14", features=["macos_kqueue"]}
notify = { git = "https://github.com/notify-rs/notify", features=["macos_kqueue"]}
uucore = { version=">=0.0.11", package="uucore", path="../../uucore", features=["ringbuffer", "lines"] }

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 132cab1

Please sign in to comment.