From 4576f4ba699ab0857e642942b68141600db28b46 Mon Sep 17 00:00:00 2001 From: yancy Date: Mon, 1 Jul 2024 14:15:18 -0500 Subject: [PATCH] Remove fuzz rust version Fuzz is not compatible with the workspace MSRV. --- fuzz/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index cd48ead1c..706c8d897 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "bitcoin-fuzz" edition = "2021" -rust-version = "1.56.1" version = "0.0.1" authors = ["Generated by fuzz/generate-files.sh"] publish = false