summaryrefslogtreecommitdiffstats
path: root/lazy
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-13 16:13:56 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-13 16:13:56 +0200
commit4b05f42fd6d18bf572b772dd60d6a4309ea5f343 (patch)
tree3b961be40999edd0781485abbc09f7d672580a33 /lazy
parent25fc3ff7f110f7260d03fdd19bafeb3a1c62bee2 (diff)
downloadiced-4b05f42fd6d18bf572b772dd60d6a4309ea5f343.tar.gz
iced-4b05f42fd6d18bf572b772dd60d6a4309ea5f343.tar.bz2
iced-4b05f42fd6d18bf572b772dd60d6a4309ea5f343.zip
Bump version of `iced_lazy` :tada:
Diffstat (limited to 'lazy')
-rw-r--r--lazy/Cargo.toml2
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"