Skip to content

Commit b786adf

Browse files
committed
Drop the cdylib export of lightning-invoice
There are ~zero functions in lightning-invoice that are materially callable from C, so there isn't any reason to tag it as a cdylib (and make rustc build it as such). Instead, we have C bindings now.
1 parent bfd9646 commit b786adf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lightning-invoice/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ bitcoin_hashes = "0.9.4"
1717

1818
[dev-dependencies]
1919
lightning = { version = "0.0.98", path = "../lightning", features = ["_test_utils"] }
20-
21-
[lib]
22-
crate-type = ["cdylib", "rlib"]
23-

0 commit comments

Comments
 (0)