diff options
Diffstat (limited to 'lazy')
| -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 12e4e313..51459148 100644 --- a/lazy/Cargo.toml +++ b/lazy/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = "iced_lazy" -version = "0.1.1" +version = "0.2.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.5" +version = "0.6"  path = "../native" | 
