From 5ed5e6caaa8d8085edda1986286c83b9097b5cb1 Mon Sep 17 00:00:00 2001 From: awxkee Date: Sat, 3 Aug 2024 16:54:51 +0100 Subject: [PATCH] Up erydanos --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e1ce48..250b28c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { members = ["src/app"] } [package] name = "colorutils-rs" -version = "0.5.6" +version = "0.5.7" edition = "2021" description = "High performance utilities for color format handling and conversion." readme = "README.md" @@ -16,7 +16,7 @@ repository = "https://github.com/awxkee/colorutils-rs" exclude = ["*.jpg"] [dependencies] -erydanos = "0.2.9" +erydanos = "0.2.11" half = "2.4.1" [features]