X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;h=0c279a015c7398fe2ba0d8ba5e5b7ec49f2a154a;hb=b64dc67896b51c9c5ec19de38c5a553a48a620e6;hp=573096efdfcfb3983fa94448c57453e9b21cdde4;hpb=70ea1108646468335d085a862e18bca774632bf3;p=rust-lightning diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 573096ef..0c279a01 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -3,7 +3,7 @@ name = "lightning-fuzz" version = "0.0.1" authors = ["Automatically generated"] publish = false -edition = "2018" +edition = "2021" # Because the function is unused it gets dropped before we link lightning, so # we have to duplicate build.rs here. Note that this is only required for # fuzzing mode.