From f78108a514563411e617715443bba53f4f4610ec Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 26 Nov 2020 07:48:12 +0100 Subject: Bump versions :tada: --- graphics/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 3158e860..73dc47bf 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -28,11 +28,11 @@ version = "1.4" features = ["derive"] [dependencies.iced_native] -version = "0.2" +version = "0.3" path = "../native" [dependencies.iced_style] -version = "0.1" +version = "0.2" path = "../style" [dependencies.lyon] -- cgit