diff options
author | 2023-04-13 16:13:56 +0200 | |
---|---|---|
committer | 2023-04-13 16:13:56 +0200 | |
commit | 4b05f42fd6d18bf572b772dd60d6a4309ea5f343 (patch) | |
tree | 3b961be40999edd0781485abbc09f7d672580a33 | |
parent | 25fc3ff7f110f7260d03fdd19bafeb3a1c62bee2 (diff) | |
download | iced-4b05f42fd6d18bf572b772dd60d6a4309ea5f343.tar.gz iced-4b05f42fd6d18bf572b772dd60d6a4309ea5f343.tar.bz2 iced-4b05f42fd6d18bf572b772dd60d6a4309ea5f343.zip |
Bump version of `iced_lazy` :tada:
-rw-r--r-- | lazy/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lazy/Cargo.toml b/lazy/Cargo.toml index 8ca83ad0..36cf3f12 100644 --- a/lazy/Cargo.toml +++ b/lazy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_lazy" -version = "0.6.0" +version = "0.6.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "Lazy widgets for Iced" |