diff options
| author | 2022-12-07 04:38:00 +0100 | |
|---|---|---|
| committer | 2022-12-07 04:44:20 +0100 | |
| commit | 4c61f12768cdbe728b1dd4a074e36fb6a69534ab (patch) | |
| tree | 429086835ee7dce09f431749e07d442df812f9c1 /core | |
| parent | f38e7fcac2e3505d11577ade1757a77ca2a544ea (diff) | |
| download | iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.gz iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.bz2 iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.zip  | |
Bump versions :tada:
Diffstat (limited to '')
| -rw-r--r-- | core/Cargo.toml | 2 | ||||
| -rw-r--r-- | core/src/lib.rs | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 6fd0a38c..c401f30a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = "iced_core" -version = "0.6.1" +version = "0.6.2"  authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]  edition = "2021"  description = "The essential concepts of Iced" diff --git a/core/src/lib.rs b/core/src/lib.rs index 383b4f73..f95d61f6 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -7,7 +7,7 @@  //!   //!  //! [Iced]: https://github.com/iced-rs/iced -//! [`iced_native`]: https://github.com/iced-rs/iced/tree/0.5/native +//! [`iced_native`]: https://github.com/iced-rs/iced/tree/0.6/native  //! [`iced_web`]: https://github.com/iced-rs/iced_web  #