X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning-custom-message%2FCargo.toml;h=fbec38431c42acc209e1756bbc7b1c1dc8bbc964;hb=cd4cc203a2bbb716c8747bd45ac84e42b8f53b84;hp=c75230af1a5e7829bfec45fbd940ff24c41a533b;hpb=a8fa5a1685d84d3b07732e4ecc04e2dc7ba06a00;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index c75230af..fbec3843 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.121" 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.121", path = "../lightning" }