From 6fa4f15f4c8ffadffcc5eaa42668140519794657 Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Sat, 14 Sep 2024 13:11:28 +0800 Subject: [PATCH 1/2] Upgrade dev-dependenciy: criterion to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39758f2..63ff54e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = ["dep:serde", "alloc"] heapless = { version = "0.8" } [dev-dependencies] -criterion = "0.3" +criterion = "0.4" rustc-hex = "1.0" hex = "0.3.2" proptest = "1.0" From 30765080101ce40863b9a90def9861cfd9b4374a Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Sat, 14 Sep 2024 13:13:24 +0800 Subject: [PATCH 2/2] 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 63ff54e..f2cde74 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"]