Move `lightning-custom-message` to main workspace
authorElias Rohrer <dev@tnull.de>
Mon, 6 Nov 2023 10:50:19 +0000 (11:50 +0100)
committerElias Rohrer <dev@tnull.de>
Fri, 8 Dec 2023 13:03:45 +0000 (14:03 +0100)
Since we now have a consistent MSRV and edition, we can move
`lightning-custom-message` to the main
workspace.

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

index d3b5024036f12a1bffe4631a16e7fc8f6305dcb4..a12f6ff9ff3de2ded9fbc368029aba53f945f066 100644 (file)
@@ -8,11 +8,11 @@ members = [
     "lightning-net-tokio",
     "lightning-persister",
     "lightning-background-processor",
-    "lightning-rapid-gossip-sync"
+    "lightning-rapid-gossip-sync",
+    "lightning-custom-message",
 ]
 
 exclude = [
-    "lightning-custom-message",
     "lightning-transaction-sync",
     "no-std-check",
     "msrv-no-dev-deps-check",
index 0f391b198fce58bbade0d64a9d4adff239c30a37..3a4acc675e6be5bbe915e70311d3ee7e7d2c328e 100644 (file)
@@ -11,3 +11,4 @@ lightning-net-tokio = { path = "../lightning-net-tokio" }
 lightning-persister = { path = "../lightning-persister" }
 lightning-background-processor = { path = "../lightning-background-processor", features = ["futures"] }
 lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
+lightning-custom-message = { path = "../lightning-custom-message" }