X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=ad0f1835f97d1bd14e177afe4b03251ebeef3d60;hb=af3a369ef1ce07057e07c24a1709b494ad62493b;hp=7fcea58f3b9b4afac3b7589e5dbf220b5350ac15;hpb=3a98c2a705477db734011f3fde1dec2d44111450;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index 7fcea58f..ad0f1835 100644 --- a/lightning-custom-message/Cargo.toml +++ b/lightning-custom-message/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "lightning-custom-message" -version = "0.0.116-alpha1" +version = "0.0.116" authors = ["Jeffrey Czyz"] license = "MIT OR Apache-2.0" -repository = "http://github.com/lightningdevkit/rust-lightning" +repository = "https://github.com/lightningdevkit/rust-lightning" description = """ Utilities for supporting custom peer-to-peer messages in LDK. """ @@ -15,4 +15,4 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] bitcoin = "0.29.0" -lightning = { version = "0.0.116-alpha1", path = "../lightning" } +lightning = { version = "0.0.116", path = "../lightning" }