crates: centralize version management

This commit is contained in:
daywalker90
2025-11-13 10:52:13 +10:30
committed by Rusty Russell
parent b4eda94ed3
commit ff2b77a57f
7 changed files with 16 additions and 11 deletions

View File

@@ -13,3 +13,8 @@ members = [
"plugins/wss-proxy-plugin",
"plugins/bip353-plugin",
]
[workspace.dependencies]
cln-rpc = { path = "cln-rpc", version = "0.5.0" }
cln-grpc = { path = "cln-grpc", version = "0.5.0" }
cln-plugin = { path = "plugins", version = "0.5.0" }