Merge pull request #968 from TheBlueMatt/2021-06-no-invoice-dylib
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Fri, 25 Jun 2021 17:42:40 +0000 (17:42 +0000)
committerGitHub <noreply@github.com>
Fri, 25 Jun 2021 17:42:40 +0000 (17:42 +0000)
Drop the cdylib export of lightning-invoice

lightning-invoice/Cargo.toml

index 678a677bae9a1102f7f40b372ff94f4ed5f7257a..d44890e1b25eea057edacf8b957a587963ed7a34 100644 (file)
@@ -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"]
-