summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Cory Forsstrom <cforsstrom18@gmail.com>2022-03-16 16:14:08 -0700
committerLibravatar Cory Forsstrom <cforsstrom18@gmail.com>2022-03-16 16:14:08 -0700
commitf2b0e02c252b50a2bd156d346f5396c0aa47854d (patch)
treea6eb8f92c4812cc3893c8e2de1e804089299f178 /core/Cargo.toml
parent4aa943cbc63230dfcb995c469ceec9f74e6132e1 (diff)
downloadiced-f2b0e02c252b50a2bd156d346f5396c0aa47854d.tar.gz
iced-f2b0e02c252b50a2bd156d346f5396c0aa47854d.tar.bz2
iced-f2b0e02c252b50a2bd156d346f5396c0aa47854d.zip
update palette to 0.6
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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