From e9d17baf81fcaf8a5eb38a4305e85348d4baf2ba Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Sat, 13 Dec 2025 10:26:54 +0100 Subject: [PATCH] bump colorgrad dependency --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 16921e2..dc67684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colorcet" -version = "0.2.1" +version = "0.2.2" edition = "2024" rust-version = "1.85.1" authors = ["Wim Pomp "] @@ -13,7 +13,7 @@ keywords = ["color", "colormap", "color-scales", "visualization", "gradient"] categories = ["graphics", "visualization"] [dependencies] -colorgrad = "0.7.2" -num-traits = "0.2.19" -phf = { version = "0.13.1", features = ["macros"] } -thiserror = "2.0.16" \ No newline at end of file +colorgrad = { version = "0.8", features = ["named-colors"] } +num-traits = "0.2" +phf = { version = "0.13", features = ["macros"] } +thiserror = "2" \ No newline at end of file