diff options
author | 2023-05-26 19:02:29 +0200 | |
---|---|---|
committer | 2023-05-26 19:02:29 +0200 | |
commit | fcb1b454368638209862aeb5db41bc5f7d6d51a7 (patch) | |
tree | f3ae3169ddaf545a8de27d74718908f3c0d3f760 /style/Cargo.toml | |
parent | c61a4cc21ca4d5019cd10df2f316ebbdb24061f1 (diff) | |
parent | cf2c8f2037907d8d619348a70594bab28f166d64 (diff) | |
download | iced-fcb1b454368638209862aeb5db41bc5f7d6d51a7.tar.gz iced-fcb1b454368638209862aeb5db41bc5f7d6d51a7.tar.bz2 iced-fcb1b454368638209862aeb5db41bc5f7d6d51a7.zip |
Merge pull request #1875 from clarkmoody/palette-0.7
Upgrade `palette` dependency
Diffstat (limited to '')
-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" |