X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=ce358159596172f69c3ce06a3ce5035395989de1;hb=7ae311d64ce57a5d376e255706ece5c42b4f37bf;hp=79331a3f0e06a67452818ece6465a20d57610b79;hpb=f352d03ee98aed3d940e697fcb09371cfdc3ab15;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index 79331a3f..ce358159 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.119" +version = "0.0.123-beta" authors = ["Jeffrey Czyz"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" @@ -14,5 +14,5 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -bitcoin = "0.30.2" -lightning = { version = "0.0.119", path = "../lightning" } +bitcoin = "0.31.2" +lightning = { version = "0.0.123-beta", path = "../lightning" }