X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=6b150280b6016e0794896371af993473a7a8a825;hb=f7e6235cb659941ff8be5f84bc2d9306975c5414;hp=c75230af1a5e7829bfec45fbd940ff24c41a533b;hpb=0f87ee88833210b134e0107199930535fecbe89e;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index c75230af..6b150280 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.117-alpha2" +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.29.0" -lightning = { version = "0.0.117-alpha2", path = "../lightning" } +bitcoin = "0.30.2" +lightning = { version = "0.0.123-beta", path = "../lightning" }