X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning-invoice%2Ffuzz%2FCargo.toml;h=d741864aea2ec8d55a824f725d8e875e9a9d6c0c;hb=d0a1b2b220bc646953d64e3226cdc3cf35b79f14;hp=68a0d4e0a3398c9a7c7a5c08e35307f40f7f9b2c;hpb=8088e4ba1505c026ac91f8c1489fb7d53d6b656e;p=rust-lightning diff --git a/lightning-invoice/fuzz/Cargo.toml b/lightning-invoice/fuzz/Cargo.toml index 68a0d4e0..d741864a 100644 --- a/lightning-invoice/fuzz/Cargo.toml +++ b/lightning-invoice/fuzz/Cargo.toml @@ -14,8 +14,9 @@ honggfuzz_fuzz = ["honggfuzz"] [dependencies] honggfuzz = { version = "0.5", optional = true } afl = { version = "0.4", optional = true } -lightning-invoice = { path = ".."} -bech32 = "0.7" +lightning-invoice = { path = ".." } +lightning = { path = "../../lightning", features = ["regex"] } +bech32 = "0.8" # Prevent this from interfering with workspaces [workspace]