Bump crate versions to 0.0.123-beta/invoice 0.31-beta
[rust-lightning] / lightning-custom-message / Cargo.toml
1 [package]
2 name = "lightning-custom-message"
3 version = "0.0.123-beta"
4 authors = ["Jeffrey Czyz"]
5 license = "MIT OR Apache-2.0"
6 repository = "https://github.com/lightningdevkit/rust-lightning"
7 description = """
8 Utilities for supporting custom peer-to-peer messages in LDK.
9 """
10 edition = "2021"
11
12 [package.metadata.docs.rs]
13 all-features = true
14 rustdoc-args = ["--cfg", "docsrs"]
15
16 [dependencies]
17 bitcoin = "0.30.2"
18 lightning = { version = "0.0.123-beta", path = "../lightning" }