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

@@ -31,6 +31,6 @@ utoipa = { version = "5", features = ['axum_extras'] }
log-panics = "2"
socketioxide = "0.15"
cln-plugin = { version = "0.5", path = "../../plugins" }
cln-rpc = { version = "0.5", path = "../../cln-rpc" }
cln-plugin = { workspace = true }
cln-rpc = { workspace = true }
utoipa-swagger-ui = { version = "9.0.0", features = ["vendored", "axum"] }