X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-custom-message%2FCargo.toml;h=ad0f1835f97d1bd14e177afe4b03251ebeef3d60;hb=b7d0357a8ad42415eb38e83aa4595b51e86d1a98;hp=8c372960fcd9213eced137af6fe9b83a39f3e278;hpb=d7e3320c030654ca3ff2b6ffd83ae65dfbe5e3c8;p=rust-lightning diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index 8c372960..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-rc1" +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-rc1", path = "../lightning" } +lightning = { version = "0.0.116", path = "../lightning" }