Skip to content

Commit

Permalink
Merge pull request #655 from Wrench56/main
Browse files Browse the repository at this point in the history
Bump version to `7.0.0` in `lib.rs` documentation
  • Loading branch information
dfaust authored Nov 17, 2024
2 parents deb3427 + f2a92fa commit ccdd4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notify/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! ```toml
//! [dependencies]
//! notify = "6.1.1"
//! notify = "7.0.0"
//! ```
//!
//! 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/)
Expand All @@ -24,7 +24,7 @@
//! Events are serializable via [serde](https://serde.rs) if the `serde` feature is enabled:
//!
//! ```toml
//! notify = { version = "6.1.1", features = ["serde"] }
//! notify = { version = "7.0.0", features = ["serde"] }
//! ```
//!
//! # Known Problems
Expand Down

0 comments on commit ccdd4df

Please sign in to comment.