Bump crate versions to 0.0.123-beta/invoice 0.31-beta
[rust-lightning] / lightning-custom-message / Cargo.toml
index 7fcea58f3b9b4afac3b7589e5dbf220b5350ac15..6b150280b6016e0794896371af993473a7a8a825 100644 (file)
@@ -1,9 +1,9 @@
 [package]
 name = "lightning-custom-message"
-version = "0.0.116-alpha1"
+version = "0.0.123-beta"
 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.
 """
@@ -14,5 +14,5 @@ all-features = true
 rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
-bitcoin = "0.29.0"
-lightning = { version = "0.0.116-alpha1", path = "../lightning" }
+bitcoin = "0.30.2"
+lightning = { version = "0.0.123-beta", path = "../lightning" }