From c80063d520724a297467015b18b9fe7956ebf912 Mon Sep 17 00:00:00 2001 From: Radzivon Bartoshyk Date: Tue, 28 May 2024 20:20:50 +0100 Subject: [PATCH] Added AVX2, some rework and improvements --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aafeb01..67892df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { members = ["src/app"] } [package] name = "colorutils-rs" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Hig performance utilities for color format handling and conversion." readme = "README.md"