From f2c319c717f1117fa7ba388b4fc09eb82740e806 Mon Sep 17 00:00:00 2001 From: Paul Grandperrin Date: Tue, 21 May 2024 14:07:04 +0200 Subject: [PATCH] Release 0.5.56 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 605c4a2..f03d1e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,7 +27,7 @@ dependencies = [ [[package]] name = "honggfuzz" -version = "0.5.55" +version = "0.5.56" dependencies = [ "arbitrary", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 7940685..2fd3667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "honggfuzz" -version = "0.5.55" -edition = "2018" +version = "0.5.56" +edition = "2021" authors = ["Paul Grandperrin "] license = "MIT/Apache-2.0/Unlicense/WTFPL" repository = "https://github.com/rust-fuzz/honggfuzz-rs"