rust: Roll the cln-grpc and cln-rpc versions due to schema changes

Commit ebaa25d9e2fd5582b7fe0e3ec482c1627996e4d7 introduced a couple of
breaking changes to the schema and proto files. The bump ensures
backwards compat for users that have indicated `~0.4` as their version
constraint.

Changelog-Changed: rust: New version of `cln-rpc==0.5` and `cln-grpc==0.5`
This commit is contained in:
Christian Decker
2025-08-13 17:41:09 +02:00
committed by Rusty Russell
parent 94c1cf5879
commit 45ba719068
8 changed files with 12 additions and 13 deletions

View File

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