@@ -11,10 +11,10 @@ _Cross-platform filesystem notification library for Rust._
11
11
12
12
** Caution! This is unstable code!**
13
13
14
- You likely want either [ the latest 4.0 release] or [ 5.0.0-pre.5 ] .
14
+ You likely want either [ the latest 4.0 release] or [ 5.0.0-pre.6 ] .
15
15
16
16
[ the latest 4.0 release ] : https://github.com/notify-rs/notify/tree/v4.0.15#notify
17
- [ 5.0.0-pre.5 ] : https://github.com/notify-rs/notify/tree/v5.0.0-pre.5 #notify
17
+ [ 5.0.0-pre.6 ] : https://github.com/notify-rs/notify/tree/v5.0.0-pre.6 #notify
18
18
19
19
(Looking for desktop notifications instead? Have a look at [ notify-rust] or
20
20
[ alert-after] !)
@@ -33,7 +33,7 @@ As used by: [alacritty], [cargo watch], [cobalt], [docket], [mdBook], [pax]
33
33
``` toml
34
34
[dependencies ]
35
35
crossbeam-channel = " 0.4.0"
36
- notify = " 5.0.0-pre.5 "
36
+ notify = " 5.0.0-pre.6 "
37
37
```
38
38
39
39
## Usage
@@ -146,7 +146,7 @@ let mut watcher: RecommendedWatcher = Watcher::immediate_with_channel(tx)?;
146
146
Events can be serialisable via [ serde] . To enable the feature:
147
147
148
148
``` toml
149
- notify = { version = " 5.0.0-pre.5 " , features = [" serde" ] }
149
+ notify = { version = " 5.0.0-pre.6 " , features = [" serde" ] }
150
150
```
151
151
152
152
## Platforms
@@ -198,7 +198,7 @@ Written by [Félix Saparelli] and awesome [contributors].
198
198
[ contributors ] : https://github.com/notify-rs/notify/graphs/contributors
199
199
[ crate ] : https://crates.io/crates/notify
200
200
[ docket ] : https://iwillspeak.github.io/docket/
201
- [ docs ] : https://docs.rs/notify/5.0.0-pre.5 /notify/
201
+ [ docs ] : https://docs.rs/notify/5.0.0-pre.6 /notify/
202
202
[ fsnotify ] : https://github.com/go-fsnotify/fsnotify
203
203
[ handlebars-iron ] : https://github.com/sunng87/handlebars-iron
204
204
[ hotwatch ] : https://github.com/francesca64/hotwatch
0 commit comments