X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=2efce6bcd2cad074a4bb8027eb77625ada4ee255;hb=b664875c1b85831f7bb2647c0ac491a8c8280cbe;hp=ad0f1835f97d1bd14e177afe4b03251ebeef3d60;hpb=e13ff10c63b01d3a9f1618320ce5f17dad2e5b48;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index ad0f1835..2efce6bc 100644 --- a/lightning-custom-message/Cargo.toml +++ b/lightning-custom-message/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-custom-message" -version = "0.0.116" +version = "0.0.118" authors = ["Jeffrey Czyz"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" @@ -15,4 +15,4 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] bitcoin = "0.29.0" -lightning = { version = "0.0.116", path = "../lightning" } +lightning = { version = "0.0.118", path = "../lightning" }