X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=c75230af1a5e7829bfec45fbd940ff24c41a533b;hb=5263b07b55c9e4d180b7cdc1f072222160a8b3dd;hp=68aa2a1cb259393545c7637d4a8f08ef4bcce6a9;hpb=fb424009e3275d550ed7e027345082cf58b38378;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index 68aa2a1cb..c75230af1 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.115" +version = "0.0.117-alpha2" 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.115", path = "../lightning" } +lightning = { version = "0.0.117-alpha2", path = "../lightning" }