Skip to content

Commit 0c2d9f8

Browse files
committedMar 13, 2025·
Release 0.5.57
1 parent 98cc30a commit 0c2d9f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "honggfuzz"
3-
version = "0.5.56"
3+
version = "0.5.57"
44
edition = "2021"
55
rust-version = "1.63"
66
authors = ["Paul Grandperrin <paul.grandperrin@gmail.com>"]
@@ -42,4 +42,4 @@ rand_chacha = "0.9"
4242
lazy_static = "1.5"
4343

4444
[target.'cfg(fuzzing_debug)'.dependencies]
45-
memmap2 = "0.9"
45+
memmap2 = "0.9"

0 commit comments

Comments
 (0)
Please sign in to comment.