From 47b3e911cd6c50935b58dcad453e1d5017810cf3 Mon Sep 17 00:00:00 2001 From: Paul Grandperrin Date: Fri, 25 Jan 2019 19:52:06 +0100 Subject: [PATCH] Release 0.5.39 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d6a018..d07c681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "honggfuzz" -version = "0.5.38" +version = "0.5.39" authors = ["Paul Grandperrin "] license = "MIT/Apache-2.0/Unlicense/WTFPL" repository = "https://github.com/rust-fuzz/honggfuzz-rs"