X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=fbec38431c42acc209e1756bbc7b1c1dc8bbc964;hb=59778dac488cff735004671cdefb3f4ac1f920fd;hp=ceea1503640851d418b7e151ee7ab6da3fbd4e4b;hpb=5592378de27eb7453ccc70ac2d0b5c8d9b10e091;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index ceea1503..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.120" +version = "0.0.121" authors = ["Jeffrey Czyz"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" @@ -15,4 +15,4 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] bitcoin = "0.30.2" -lightning = { version = "0.0.120", path = "../lightning" } +lightning = { version = "0.0.121", path = "../lightning" }