From 89b4ccbceaac120bc55b2b869a6cd4fa8692fc18 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:21:45 +0200 Subject: [PATCH] chore: Release const-hex version 1.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a894ac4..f0e80e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-hex" -version = "1.8.0" +version = "1.9.0" authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"] description = "Fast byte array to hex string conversion" edition = "2021"