Merge rust-bitcoin/rust-bitcoin#2947: Remove fuzz rust version

4576f4ba69 Remove fuzz rust version (yancy)

Pull request description:

  Fuzz is not compatible with the workspace MSRV.

  Closes https://github.com/rust-bitcoin/rust-bitcoin/issues/2923

ACKs for top commit:
  tcharding:
    ACK 4576f4ba69
  apoelstra:
    ACK 4576f4ba69
  Kixunil:
    ACK 4576f4ba69

Tree-SHA512: 3b350e1f22a585719eb272de41b6a2b7a83a8d7810df8d98c4ecc06cf391ec3c3582934abc05d53bbdbe4ae4165fead9df2abf6f5aa84a74c1c0a7a7569eac6c
This commit is contained in:
merge-script 2024-07-03 20:21:19 +00:00
commit 3fb6c3f5f5
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 0 additions and 1 deletions

View File

@ -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