X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=2efce6bcd2cad074a4bb8027eb77625ada4ee255;hb=b664875c1b85831f7bb2647c0ac491a8c8280cbe;hp=509b6024d02c9086f3b9383a0500c050bb84d5a9;hpb=1ceb41e08b2d76b23d2505a10a88db8d840895ca;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index 509b6024..2efce6bc 100644 --- a/lightning-custom-message/Cargo.toml +++ b/lightning-custom-message/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "lightning-custom-message" -version = "0.0.114" +version = "0.0.118" authors = ["Jeffrey Czyz"] license = "MIT OR Apache-2.0" -repository = "http://github.com/lightningdevkit/rust-lightning" +repository = "https://github.com/lightningdevkit/rust-lightning" description = """ Utilities for supporting custom peer-to-peer messages in LDK. """ @@ -15,4 +15,4 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] bitcoin = "0.29.0" -lightning = { version = "0.0.114", path = "../lightning" } +lightning = { version = "0.0.118", path = "../lightning" }