From b1a4a5e23f2fac2b1bdb9dabb79430877b33332a Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Sat, 14 Sep 2024 13:13:24 +0800 Subject: [PATCH] Bump faster-hex to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ac4ea5..c6dfe97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "faster-hex" -version = "0.9.0" +version = "0.10.0" authors = ["zhangsoledad <787953403@qq.com>"] edition = "2018" keywords = ["simd", "hex", "no-std"]