Merge pull request #2466 from TheBlueMatt/2023-07-expose-success-prob
[rust-lightning] / lightning-custom-message / Cargo.toml
index 657844c0c5c75285c3a749084bdc495f9a045490..ad0f1835f97d1bd14e177afe4b03251ebeef3d60 100644 (file)
@@ -1,9 +1,9 @@
 [package]
 name = "lightning-custom-message"
-version = "0.0.113"
+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.113", path = "../lightning" }
+lightning = { version = "0.0.116", path = "../lightning" }