X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=182ff498512c77515d561376cc04247e876c490e;hb=633be238fd829309861913c9b1e24aebfaa787d1;hp=8fc7034f9669192a3e11d5ebe1f6f30cf85b31a9;hpb=1ac53ed02bf26520d3b1a2c3c0e90c8691c83099;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index 8fc7034f..182ff498 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-alpha1" +version = "0.0.118" 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-alpha1", path = "../lightning" } +bitcoin = "0.30.2" +lightning = { version = "0.0.118", path = "../lightning" }