From f8e1a32bd1ed484284ac1969d06a884b3a7303bd Mon Sep 17 00:00:00 2001 From: awxkee Date: Tue, 24 Sep 2024 13:48:36 +0100 Subject: [PATCH] Removed arm support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a454d99..dafa087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { members = ["src/app"] } [package] name = "colorutils-rs" -version = "0.5.13" +version = "0.5.12" edition = "2021" description = "High performance utilities for color format handling and conversion." readme = "README.md"