From 0d1656937b459237670cdc0b1f45e09d78c47494 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 18 Feb 2023 12:04:40 +0100 Subject: Bump versions :tada: --- native/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'native/Cargo.toml') diff --git a/native/Cargo.toml b/native/Cargo.toml index 79e4dac4..25281ea7 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.8.0" +version = "0.9.0" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "A renderer-agnostic library for native GUIs" @@ -16,14 +16,14 @@ unicode-segmentation = "1.6" num-traits = "0.2" [dependencies.iced_core] -version = "0.7" +version = "0.8" path = "../core" [dependencies.iced_futures] -version = "0.5" +version = "0.6" path = "../futures" features = ["thread-pool"] [dependencies.iced_style] -version = "0.6.0" +version = "0.7" path = "../style" -- cgit From 2b8742937fb41fbe2ce60a494bfce2fd8b6ab916 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 18 Feb 2023 22:16:44 +0100 Subject: Bump version of `iced_native` :tada: --- native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/Cargo.toml') diff --git a/native/Cargo.toml b/native/Cargo.toml index 25281ea7..3f92783e 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.9.0" +version = "0.9.1" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "A renderer-agnostic library for native GUIs" -- cgit