From e0f132b3f68bfd0b5d3800a1ffcaf74095720fd8 Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Fri, 6 Dec 2024 13:54:31 -0800 Subject: [PATCH] chore: bump fuzz to 0.1.1 Signed-off-by: Andrew Lilley Brinker --- Cargo.lock | 2 +- plugins/fuzz/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37af9feb..3709f4f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1105,7 +1105,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "hipcheck-sdk", diff --git a/plugins/fuzz/Cargo.toml b/plugins/fuzz/Cargo.toml index 0a033699..ace94a7a 100644 --- a/plugins/fuzz/Cargo.toml +++ b/plugins/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzz" -version = "0.1.0" +version = "0.1.1" license = "Apache-2.0" edition = "2021" repository = "https://github.com/mitre/hipcheck"