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