Skip to content

Commit

Permalink
Merge #231
Browse files Browse the repository at this point in the history
231: update dependency r=Ogeon a=remilauzier

I have seen no test regression on my computer.

Co-authored-by: Rémi Lauzier <remilauzier@protonmail.com>
  • Loading branch information
bors[bot] and Rémi Lauzier committed Jun 12, 2021
2 parents eabdd45 + 1a0212c commit fc776e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion palette/Cargo.toml
Expand Up @@ -32,7 +32,7 @@ bench = false
[dependencies]
palette_derive = {version = "0.5.0", path = "../palette_derive"}
num-traits = {version = "0.2", default-features = false}
approx = {version = "0.3", default-features = false}
approx = {version = "0.5", default-features = false}

[dependencies.phf]
version = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion palette_derive/Cargo.toml
Expand Up @@ -19,6 +19,6 @@ bench = false
syn = { version = "^1.0", features = ["extra-traits"] }
quote = "^1.0"
proc-macro2 = "^1.0"
find-crate = "0.5"
find-crate = "0.6"

[features]

0 comments on commit fc776e2

Please sign in to comment.