summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-03-17 15:51:39 +0700
committerLibravatar GitHub <noreply@github.com>2022-03-17 15:51:39 +0700
commit7ed0dbbcc507552d8fbf73bd46c8436893dae5de (patch)
tree856c16b07024eb6e139a6510910b9a09f4f3445c /core/Cargo.toml
parent6b0cbdd45a16e6284606faf7b983df23c848de93 (diff)
parentf2b0e02c252b50a2bd156d346f5396c0aa47854d (diff)
downloadiced-7ed0dbbcc507552d8fbf73bd46c8436893dae5de.tar.gz
iced-7ed0dbbcc507552d8fbf73bd46c8436893dae5de.tar.bz2
iced-7ed0dbbcc507552d8fbf73bd46c8436893dae5de.zip
Merge pull request #1288 from tarkah/update-palette-0.6
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 92b8c56a..a8d50801 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/iced-rs/iced"
bitflags = "1.2"
[dependencies.palette]
-version = "0.5"
+version = "0.6"
optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]