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: ACK4576f4ba69
apoelstra: ACK4576f4ba69
Kixunil: ACK4576f4ba69
Tree-SHA512: 3b350e1f22a585719eb272de41b6a2b7a83a8d7810df8d98c4ecc06cf391ec3c3582934abc05d53bbdbe4ae4165fead9df2abf6f5aa84a74c1c0a7a7569eac6c
This commit is contained in:
commit
3fb6c3f5f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue