X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=ce358159596172f69c3ce06a3ce5035395989de1;hb=a9dcfaf952584ed835d733cb4688d5f96e86349d;hp=68aa2a1cb259393545c7637d4a8f08ef4bcce6a9;hpb=c3de782a2baab0c742332bea4783c393edb83311;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index 68aa2a1c..ce358159 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.123-beta" 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. """ @@ -14,5 +14,5 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -bitcoin = "0.29.0" -lightning = { version = "0.0.115", path = "../lightning" } +bitcoin = "0.31.2" +lightning = { version = "0.0.123-beta", path = "../lightning" }