|
1 | 1 | [package] |
2 | 2 | name = "ldk-node" |
3 | | -version = "0.7.0-rc.0" |
| 3 | +version = "0.7.0" |
4 | 4 | authors = [ "Elias Rohrer <[email protected]>"] |
5 | 5 | homepage = "https://lightningdevkit.org/" |
6 | 6 | license = "MIT OR Apache-2.0" |
@@ -29,17 +29,17 @@ panic = 'abort' # Abort on panic |
29 | 29 | default = [] |
30 | 30 |
|
31 | 31 | [dependencies] |
32 | | -lightning = { version = "0.2.0-rc1", features = ["std"] } |
33 | | -lightning-types = { version = "0.3.0-rc1" } |
34 | | -lightning-invoice = { version = "0.34.0-rc1", features = ["std"] } |
35 | | -lightning-net-tokio = { version = "0.2.0-rc1" } |
36 | | -lightning-persister = { version = "0.2.0-rc1", features = ["tokio"] } |
37 | | -lightning-background-processor = { version = "0.2.0-rc1" } |
38 | | -lightning-rapid-gossip-sync = { version = "0.2.0-rc1" } |
39 | | -lightning-block-sync = { version = "0.2.0-rc1", features = ["rest-client", "rpc-client", "tokio"] } |
40 | | -lightning-transaction-sync = { version = "0.2.0-rc1", features = ["esplora-async-https", "time", "electrum-rustls-ring"] } |
41 | | -lightning-liquidity = { version = "0.2.0-rc1", features = ["std"] } |
42 | | -lightning-macros = { version = "0.2.0-rc1" } |
| 32 | +lightning = { version = "0.2.0", features = ["std"] } |
| 33 | +lightning-types = { version = "0.3.0" } |
| 34 | +lightning-invoice = { version = "0.34.0", features = ["std"] } |
| 35 | +lightning-net-tokio = { version = "0.2.0" } |
| 36 | +lightning-persister = { version = "0.2.0", features = ["tokio"] } |
| 37 | +lightning-background-processor = { version = "0.2.0" } |
| 38 | +lightning-rapid-gossip-sync = { version = "0.2.0" } |
| 39 | +lightning-block-sync = { version = "0.2.0", features = ["rest-client", "rpc-client", "tokio"] } |
| 40 | +lightning-transaction-sync = { version = "0.2.0", features = ["esplora-async-https", "time", "electrum-rustls-ring"] } |
| 41 | +lightning-liquidity = { version = "0.2.0", features = ["std"] } |
| 42 | +lightning-macros = { version = "0.2.0" } |
43 | 43 |
|
44 | 44 | bdk_chain = { version = "0.23.0", default-features = false, features = ["std"] } |
45 | 45 | bdk_esplora = { version = "0.22.0", default-features = false, features = ["async-https-rustls", "tokio"]} |
@@ -72,7 +72,7 @@ prost = { version = "0.11.6", default-features = false} |
72 | 72 | winapi = { version = "0.3", features = ["winbase"] } |
73 | 73 |
|
74 | 74 | [dev-dependencies] |
75 | | -lightning = { version = "0.2.0-rc1", features = ["std", "_test_utils"] } |
| 75 | +lightning = { version = "0.2.0", features = ["std", "_test_utils"] } |
76 | 76 | proptest = "1.0.0" |
77 | 77 | regex = "1.5.6" |
78 | 78 | criterion = { version = "0.7.0", features = ["async_tokio"] } |
|
0 commit comments