@@ -11,10 +11,10 @@ _Cross-platform filesystem notification library for Rust._
1111
1212** Caution! This is unstable code!**
1313
14- You likely want either [ the latest 4.0 release] or [ 5.0.0-pre.14 ] .
14+ You likely want either [ the latest 4.0 release] or [ 5.0.0-pre.15 ] .
1515
1616[ the latest 4.0 release ] : https://github.com/notify-rs/notify/tree/v4.0.16#notify
17- [ 5.0.0-pre.14 ] : https://github.com/notify-rs/notify/tree/5.0.0-pre.14 #notify
17+ [ 5.0.0-pre.15 ] : https://github.com/notify-rs/notify/tree/5.0.0-pre.15 #notify
1818
1919(Looking for desktop notifications instead? Have a look at [ notify-rust] or
2020[ alert-after] !)
@@ -33,7 +33,7 @@ As used by: [alacritty], [cargo watch], [cobalt], [docket], [mdBook], [pax],
3333``` toml
3434[dependencies ]
3535crossbeam-channel = " 0.4.0"
36- notify = " 5.0.0-pre.14 "
36+ notify = " 5.0.0-pre.15 "
3737```
3838
3939## Usage
@@ -146,7 +146,7 @@ let mut watcher: RecommendedWatcher = Watcher::immediate_with_channel(tx)?;
146146Events can be serialisable via [ serde] . To enable the feature:
147147
148148``` toml
149- notify = { version = " 5.0.0-pre.14 " , features = [" serde" ] }
149+ notify = { version = " 5.0.0-pre.15 " , features = [" serde" ] }
150150```
151151
152152## Platforms
@@ -199,7 +199,7 @@ Written by [Félix Saparelli] and awesome [contributors].
199199[ contributors ] : https://github.com/notify-rs/notify/graphs/contributors
200200[ crate ] : https://crates.io/crates/notify
201201[ docket ] : https://iwillspeak.github.io/docket/
202- [ docs ] : https://docs.rs/notify/5.0.0-pre.14 /notify/
202+ [ docs ] : https://docs.rs/notify/5.0.0-pre.15 /notify/
203203[ fsnotify ] : https://github.com/go-fsnotify/fsnotify
204204[ handlebars-iron ] : https://github.com/sunng87/handlebars-iron
205205[ hotwatch ] : https://github.com/francesca64/hotwatch
0 commit comments