X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;h=b2ec5e18ea418774616f23bb3734c9003dce81ad;hb=f0c6dfbd80ea5a1166f711c919318a28e87e3c92;hp=95308e1bf5c3ae2f81db847b08abcc2690796c7c;hpb=7223f7061630bb55cf9f769e97b672a8afaf8e2b;p=rust-lightning diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 95308e1b..b2ec5e18 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -3,6 +3,7 @@ name = "lightning-fuzz" version = "0.0.1" authors = ["Automatically generated"] publish = false +edition = "2018" # 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.