Remove fuzz rust version
Fuzz is not compatible with the workspace MSRV.
This commit is contained in:
parent
2dd79639b0
commit
4576f4ba69
|
@ -1,7 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bitcoin-fuzz"
|
name = "bitcoin-fuzz"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.56.1"
|
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["Generated by fuzz/generate-files.sh"]
|
authors = ["Generated by fuzz/generate-files.sh"]
|
||||||
publish = false
|
publish = false
|
||||||
|
|
Loading…
Reference in New Issue