diff options
author | 2022-12-07 04:38:00 +0100 | |
---|---|---|
committer | 2022-12-07 04:44:20 +0100 | |
commit | 4c61f12768cdbe728b1dd4a074e36fb6a69534ab (patch) | |
tree | 429086835ee7dce09f431749e07d442df812f9c1 /futures | |
parent | f38e7fcac2e3505d11577ade1757a77ca2a544ea (diff) | |
download | iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.gz iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.bz2 iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.zip |
Bump versions :tada:
Diffstat (limited to 'futures')
-rw-r--r-- | futures/src/subscription.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/futures/src/subscription.rs b/futures/src/subscription.rs index 30cf7581..1d4b68a6 100644 --- a/futures/src/subscription.rs +++ b/futures/src/subscription.rs @@ -125,9 +125,9 @@ impl<I, O, H> std::fmt::Debug for Subscription<I, O, H> { /// - [`stopwatch`], a watch with start/stop and reset buttons showcasing how /// to listen to time. /// -/// [examples]: https://github.com/iced-rs/iced/tree/0.5/examples -/// [`download_progress`]: https://github.com/iced-rs/iced/tree/0.5/examples/download_progress -/// [`stopwatch`]: https://github.com/iced-rs/iced/tree/0.5/examples/stopwatch +/// [examples]: https://github.com/iced-rs/iced/tree/0.6/examples +/// [`download_progress`]: https://github.com/iced-rs/iced/tree/0.6/examples/download_progress +/// [`stopwatch`]: https://github.com/iced-rs/iced/tree/0.6/examples/stopwatch pub trait Recipe<Hasher: std::hash::Hasher, Event> { /// The events that will be produced by a [`Subscription`] with this /// [`Recipe`]. |