From 85f08142ccc5300c90faa94484b20db19388bf19 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Sun, 29 Sep 2024 22:35:41 +0200 Subject: [PATCH] chore: Release const-hex version 1.13.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d474ac..41cd9c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-hex" -version = "1.13.0" +version = "1.13.1" authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"] description = "Fast byte array to hex string conversion" edition = "2021"