diff options
Diffstat (limited to '')
| -rw-r--r-- | lazy/Cargo.toml | 4 | 
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" | 
