X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2FCargo.toml;h=6bde30475f93382ffe58d0f0df3eaf63a580d57f;hb=4aa8e9cda761fab2d4b2ac18d590de7a22dd9285;hp=4790211834c6417e34921a1f31c895188139d67c;hpb=fc7df54f8dc3baf710371e2ad2beb862946d5b1c;p=rust-lightning diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index 47902118..6bde3047 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -16,7 +16,7 @@ crate-type = ["staticlib" [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