Upgrade rust-bitcoin to 0.31
[rust-lightning] / fuzz / src / bin / fromstr_to_netaddress_target.rs
index 29c984e60160a9c29a6979b0aac92efdb157ee3a..27f7d8ae9ee29e8a098980c226e6c1a05bf5c210 100644 (file)
 #[cfg(not(fuzzing))]
 compile_error!("Fuzz targets need cfg=fuzzing");
 
+#[cfg(not(hashes_fuzz))]
+compile_error!("Fuzz targets need cfg=hashes_fuzz");
+
+#[cfg(not(secp256k1_fuzz))]
+compile_error!("Fuzz targets need cfg=secp256k1_fuzz");
+
 extern crate lightning_fuzz;
 use lightning_fuzz::fromstr_to_netaddress::*;