summaryrefslogtreecommitdiffstats
path: root/lazy/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Bingus <shankern@protonmail.com>2023-02-20 10:04:36 -0800
committerLibravatar Bingus <shankern@protonmail.com>2023-02-20 10:04:36 -0800
commit9565b477ca66ef33bf3869361b838275e411ca75 (patch)
tree490f76407909300301cbfda0bda57676fd48882a /lazy/Cargo.toml
parent3aaf5d8873b16302badb14dc5508329c943862fb (diff)
parent8c83d40e115a182136acfe013baa7a3f795ba3a5 (diff)
downloadiced-9565b477ca66ef33bf3869361b838275e411ca75.tar.gz
iced-9565b477ca66ef33bf3869361b838275e411ca75.tar.bz2
iced-9565b477ca66ef33bf3869361b838275e411ca75.zip
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Diffstat (limited to 'lazy/Cargo.toml')
-rw-r--r--lazy/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lazy/Cargo.toml b/lazy/Cargo.toml
index 657da5ca..c739b312 100644
--- a/lazy/Cargo.toml
+++ b/lazy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "iced_lazy"
-version = "0.4.0"
+version = "0.5.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.8"
+version = "0.9"
path = "../native"