diff options
author | 2023-05-25 13:59:58 -0500 | |
---|---|---|
committer | 2023-05-25 23:44:31 +0200 | |
commit | 2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8 (patch) | |
tree | 67af0955eea6494e9a549253dcf49a7e06f1ebbd /style/Cargo.toml | |
parent | c61a4cc21ca4d5019cd10df2f316ebbdb24061f1 (diff) | |
download | iced-2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8.tar.gz iced-2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8.tar.bz2 iced-2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8.zip |
Upgrade `palette` dependency
Diffstat (limited to 'style/Cargo.toml')
-rw-r--r-- | style/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/Cargo.toml b/style/Cargo.toml index 0bb354e0..8af4a9b3 100644 --- a/style/Cargo.toml +++ b/style/Cargo.toml @@ -16,7 +16,7 @@ path = "../core" features = ["palette"] [dependencies.palette] -version = "0.6" +version = "0.7" [dependencies.once_cell] version = "1.15" |