Skip to content

Commit

Permalink
Merge pull request #52 from eval-exec/fix/cargo-deny-release-0.10.0
Browse files Browse the repository at this point in the history
Upgrade dev-dependency criterion to 0.4, bump faster-hex to 0.10.0
  • Loading branch information
quake authored Sep 14, 2024
2 parents 492d769 + 3076508 commit 44543a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 44543a9

Please sign in to comment.