You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notify/src/lib.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
//!
5
5
//! ```toml
6
6
//! [dependencies]
7
-
//! notify = "7.0.0"
7
+
//! notify = "8.0.0"
8
8
//! ```
9
9
//!
10
10
//! If you want debounced events (or don't need them in-order), see [notify-debouncer-mini](https://docs.rs/notify-debouncer-mini/latest/notify_debouncer_mini/)
@@ -24,7 +24,7 @@
24
24
//! Events are serializable via [serde](https://serde.rs) if the `serde` feature is enabled:
25
25
//!
26
26
//! ```toml
27
-
//! notify = { version = "7.0.0", features = ["serde"] }
27
+
//! notify = { version = "8.0.0", features = ["serde"] }
0 commit comments