summaryrefslogtreecommitdiffstats
path: root/lazy
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 00:49:58 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 01:10:28 +0100
commit9fe46de13f86967543de8f00b5a4f9e45d8f5bcf (patch)
tree448810ef123d1e3d492521ef72625dbe049be7fd /lazy
parent597af315af714f3ecadd195516e80506504dcb26 (diff)
downloadiced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.gz
iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.bz2
iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.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 1b26e5c9..657da5ca 100644
--- a/lazy/Cargo.toml
+++ b/lazy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "iced_lazy"
-version = "0.3.0"
+version = "0.4.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.7"
+version = "0.8"
path = "../native"