X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=fbec38431c42acc209e1756bbc7b1c1dc8bbc964;hb=822635716cd4e15e31b1bcace06426c2cc7f2600;hp=9e0b2998bbd08a9a059643c689e0245e53d80172;hpb=20f287f4392e7bdb5e83793d4024f4dc5a29ce58;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index 9e0b2998..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-rc1" +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-rc1", path = "../lightning" } +bitcoin = "0.30.2" +lightning = { version = "0.0.121", path = "../lightning" }