X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=8fc7034f9669192a3e11d5ebe1f6f30cf85b31a9;hb=119668a6cb33b0ea9862fd532b11ca41ffae8f7d;hp=7fcea58f3b9b4afac3b7589e5dbf220b5350ac15;hpb=0d3adb8fa08474b6d893a373b78e0195d061cfe6;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index 7fcea58f..8fc7034f 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.116-alpha1" +version = "0.0.117-alpha1" 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.116-alpha1", path = "../lightning" } +lightning = { version = "0.0.117-alpha1", path = "../lightning" }