From f2b0e02c252b50a2bd156d346f5396c0aa47854d Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Wed, 16 Mar 2022 16:14:08 -0700 Subject: update palette to 0.6 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Cargo.toml') diff --git a/core/Cargo.toml b/core/Cargo.toml index ca28c308..a0aba80e 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -11,5 +11,5 @@ repository = "https://github.com/iced-rs/iced" bitflags = "1.2" [dependencies.palette] -version = "0.5" +version = "0.6" optional = true -- cgit