summaryrefslogtreecommitdiffstats
path: root/lazy
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-07 04:38:00 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-07 04:44:20 +0100
commit4c61f12768cdbe728b1dd4a074e36fb6a69534ab (patch)
tree429086835ee7dce09f431749e07d442df812f9c1 /lazy
parentf38e7fcac2e3505d11577ade1757a77ca2a544ea (diff)
downloadiced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.gz
iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.bz2
iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.zip
Bump versions :tada:
Diffstat (limited to 'lazy')
-rw-r--r--lazy/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lazy/Cargo.toml b/lazy/Cargo.toml
index 51459148..1b26e5c9 100644
--- a/lazy/Cargo.toml
+++ b/lazy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "iced_lazy"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
description = "Lazy widgets for Iced"
@@ -14,5 +14,5 @@ categories = ["gui"]
ouroboros = "0.13"
[dependencies.iced_native]
-version = "0.6"
+version = "0.7"
path = "../native"