crates: centralize version management
This commit is contained in:
committed by
Rusty Russell
parent
b4eda94ed3
commit
ff2b77a57f
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user