X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=inline;f=lightning-custom-message%2FCargo.toml;h=fbec38431c42acc209e1756bbc7b1c1dc8bbc964;hb=039da78ea9d5dfbc844cc1c2933e69f54e325574;hp=9283d804d9f7bf25bbda248a6d186c91ca4dd5b9;hpb=989304ed3623a578dc9ad0d9aac0984da0d43584;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index 9283d804..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" +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", path = "../lightning" } +bitcoin = "0.30.2" +lightning = { version = "0.0.121", path = "../lightning" }