diff options
author | 2023-05-25 13:59:58 -0500 | |
---|---|---|
committer | 2023-05-25 23:44:31 +0200 | |
commit | 2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8 (patch) | |
tree | 67af0955eea6494e9a549253dcf49a7e06f1ebbd /core/Cargo.toml | |
parent | c61a4cc21ca4d5019cd10df2f316ebbdb24061f1 (diff) | |
download | iced-2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8.tar.gz iced-2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8.tar.bz2 iced-2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8.zip |
Upgrade `palette` dependency
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 41b0640a..fc5de36f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.17" twox-hash = { version = "1.5", default-features = false } [dependencies.palette] -version = "0.6" +version = "0.7" optional = true [target.'cfg(target_arch = "wasm32")'.dependencies] |