X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2FCargo.toml;h=6bde30475f93382ffe58d0f0df3eaf63a580d57f;hb=3bbecbef21ec3bf3f4f665128cbf254d85374e6e;hp=7e4a403e23f9ed9fa3d81b5d7d6f1e2e741f13bc;hpb=dbf4f589876264819b2731e8a78304a40d3de27f;p=rust-lightning diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index 7e4a403e..6bde3047 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -9,14 +9,14 @@ Utilities to fetch the chain from Bitcoin Core REST/RPC Interfaces and feed them """ [lib] -name = "lightning" +name = "ldk" crate-type = ["staticlib" # Note that the following line is matched exactly by genbindings to turn off dylib creation ,"cdylib"] [dependencies] bitcoin = "0.24" -lightning = { version = "0.0.11", path = "../lightning" } +lightning = { version = "0.0.12", path = "../lightning" } # We eventually want to join the root workspace, but for now, the bindings generation is # a bit brittle and we don't want to hold up other developers from making changes just