Skip to content

Commit 500c822

Browse files
committed
tail: update to the stable version of notify
1 parent b62b108 commit 500c822

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uu/tail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/tail.rs"
1818
[dependencies]
1919
clap = { version = "3.2", features = ["wrap_help", "cargo"] }
2020
libc = "0.2.132"
21-
notify = { version = "=5.0.0-pre.16", features=["macos_kqueue"]}
21+
notify = { version = "5.0.0", features=["macos_kqueue"]}
2222
uucore = { version=">=0.0.15", package="uucore", path="../../uucore", features=["ringbuffer", "lines"] }
2323

2424
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)