X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=ce358159596172f69c3ce06a3ce5035395989de1;hb=b6fcd84a13785c6ad080f3a2bbfd9f174a58a12c;hp=ceea1503640851d418b7e151ee7ab6da3fbd4e4b;hpb=5592378de27eb7453ccc70ac2d0b5c8d9b10e091;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index ceea1503..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.120" +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.120", path = "../lightning" } +bitcoin = "0.31.2" +lightning = { version = "0.0.123-beta", path = "../lightning" }