From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Fri, 25 Jun 2021 17:42:40 +0000 (+0000) Subject: Merge pull request #968 from TheBlueMatt/2021-06-no-invoice-dylib X-Git-Tag: v0.0.99~15 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ecddfe1766f454f1609509a4756201523129235b;hp=b9aa71f056a18d344c90f95dce151932d6d67cfa;p=rust-lightning Merge pull request #968 from TheBlueMatt/2021-06-no-invoice-dylib Drop the cdylib export of lightning-invoice --- diff --git a/lightning-invoice/Cargo.toml b/lightning-invoice/Cargo.toml index 678a677b..d44890e1 100644 --- a/lightning-invoice/Cargo.toml +++ b/lightning-invoice/Cargo.toml @@ -17,7 +17,3 @@ bitcoin_hashes = "0.9.4" [dev-dependencies] lightning = { version = "0.0.98", path = "../lightning", features = ["_test_utils"] } - -[lib] -crate-type = ["cdylib", "rlib"] -