Bump crate versions to lightning 0.0.118, invoice 0.26
[rust-lightning] / lightning-custom-message / Cargo.toml
index e86360d2b3c18fe50028e8051da2681ed4227da7..2efce6bcd2cad074a4bb8027eb77625ada4ee255 100644 (file)
@@ -1,9 +1,9 @@
 [package]
 name = "lightning-custom-message"
-version = "0.0.116"
+version = "0.0.118"
 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", path = "../lightning" }
+lightning = { version = "0.0.118", path = "../lightning" }