1
1
[package ]
2
2
name = " lnp_node"
3
3
description = " LNP node"
4
- version = " 0.1.0-alpha.3 "
4
+ version = " 0.1.0-alpha.4 "
5
5
authors = [
" Dr. Maxim Orlovsky <[email protected] >" ]
6
6
license = " MIT"
7
7
keywords = [" bitcoin" , " node" , " lightning-network" , " smart-contracts" , " rgb" ]
@@ -37,9 +37,9 @@ required-features = ["cli"]
37
37
# LNP/BP crates
38
38
amplify = " ~2.2.1"
39
39
amplify_derive = " ~2.2.2"
40
- lnpbp = { git = " git://github.com/LNP-BP/rust-lnpbp " , features = [" lnp" , " url" , " websockets" ] }
41
- lnpbp_derive = { git = " git://github.com/LNP-BP/rust-lnpbp " }
42
- lnpbp_services = { git = " git://github.com/LNP-BP/rust-lnpbp " }
40
+ lnpbp = { version = " ~0.2.0-beta.1 " , features = [" lnp" , " url" , " websockets" ] }
41
+ lnpbp_derive = " =0.2.0-beta.1 "
42
+ lnpbp_services = " =0.2.0-beta.1 "
43
43
lazy_static = " ~1.4.0"
44
44
# Rust language
45
45
nix = { version = " ~0.19.0" , optional = true }
@@ -73,8 +73,8 @@ zmq = { version = "~0.9.2", optional = true }
73
73
[build-dependencies ]
74
74
amplify = " ~2.2.1"
75
75
amplify_derive = " ~2.2.2"
76
- lnpbp = { git = " git://github.com/LNP-BP/rust-lnpbp " , features = [" lnp" , " url" , " websockets" ] }
77
- lnpbp_services = { git = " git://github.com/LNP-BP/rust-lnpbp " }
76
+ lnpbp = { version = " =0.2.0-beta.1 " , features = [" lnp" , " url" , " websockets" ] }
77
+ lnpbp_services = " =0.2.0-beta.1 "
78
78
clap = " =3.0.0-beta.2"
79
79
clap_generate = " =3.0.0-beta.2"
80
80
log = { version = " ~0.4.8" , features = [" max_level_trace" , " release_max_level_debug" ] }
@@ -86,11 +86,6 @@ configure_me_codegen = "~0.3.14"
86
86
# Remove this once https://github.com/jean-airoldie/zeromq-src-rs/pull/15 got merged
87
87
# zeromq-src = { git = "https://github.com/LNP-BP/zeromq-src-rs", branch = "fix/cmake" }
88
88
89
- # This fixing Display implementation for ParseOrSemanticError and must be
90
- # removed once the corresponding PR will be merged:
91
- # <https://github.com/rust-bitcoin/rust-lightning-invoice/pull/43>
92
- lightning-invoice = { git = " git://github.com/LNP-BP/rust-lightning-invoice" , branch = " fix/error" }
93
-
94
89
# Recommended set of features:
95
90
# 1. Standalone node: `server` (=`node`+`shell`)
96
91
# 2. Cli to remote node: `cli` (auto includes `shell` and `integration`)
0 commit comments