Skip to content

Commit 7301ff0

Browse files
committed
Move lightning-custom-message to main workspace
Since we now have a consistent MSRV and edition, we can move `lightning-custom-message` to the main workspace.
1 parent ddf2509 commit 7301ff0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ members = [
88
"lightning-net-tokio",
99
"lightning-persister",
1010
"lightning-background-processor",
11-
"lightning-rapid-gossip-sync"
11+
"lightning-rapid-gossip-sync",
12+
"lightning-custom-message",
1213
]
1314

1415
exclude = [
15-
"lightning-custom-message",
1616
"lightning-transaction-sync",
1717
"no-std-check",
1818
"msrv-no-dev-deps-check",

msrv-no-dev-deps-check/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ lightning-net-tokio = { path = "../lightning-net-tokio" }
1111
lightning-persister = { path = "../lightning-persister" }
1212
lightning-background-processor = { path = "../lightning-background-processor", features = ["futures"] }
1313
lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
14+
lightning-custom-message = { path = "../lightning-custom-message" }

0 commit comments

Comments
 (0)