Bump versions 🎉

This commit is contained in:
Héctor Ramón Jiménez 2022-12-07 04:38:00 +01:00
parent f38e7fcac2
commit 4c61f12768
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
27 changed files with 112 additions and 79 deletions

View file

@ -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`].