Skip to content

Commit 272aef5

Browse files
committed
cln-grpc-plugin: bump version to v0.6.0
otherwise our CI action complains about inconsistency Changelog-None
1 parent 01aaa69 commit 272aef5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/grpc-plugin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "cln-grpc-plugin"
4-
version = "0.5.0"
4+
version = "0.6.0"
55

66
description = "A Core Lightning plugin that re-exposes the JSON-RPC over grpc. Authentication is done via mTLS."
77
license = "MIT"
@@ -17,7 +17,7 @@ anyhow = "1.0"
1717
log = "0.4"
1818
rcgen = { version = "0.13.1", features = ["pem", "x509-parser"] }
1919
prost = "0.12"
20-
cln-grpc = { workspace = true, features = ["server"]}
20+
cln-grpc = { workspace = true, features = ["server"] }
2121
cln-plugin = { workspace = true }
2222
cln-rpc = { workspace = true }
2323
serde_json = "1.0.113"

0 commit comments

Comments
 (0)