From ad872aa3be77ad7b5db8e852431b3ce854b17804 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Wed, 16 Aug 2023 04:29:49 +0200 Subject: [PATCH] chore: Release const-hex version 1.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e5c06c..a6d1af5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-hex" -version = "1.6.1" +version = "1.6.2" authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"] description = "Fast byte array to hex string conversion" edition = "2021"