Bump workspace to rust edition 2018
[rust-lightning] / fuzz / Cargo.toml
index 95308e1bf5c3ae2f81db847b08abcc2690796c7c..b2ec5e18ea418774616f23bb3734c9003dce81ad 100644 (file)
@@ -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.