Skip to content

Commit 9f4d398

Browse files
committed
crates: bump cln-grpc-plugin to v0.5.0
Changelog-None
1 parent 490fb0f commit 9f4d398

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.4.0"
4+
version = "0.5.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 = { version = "0.5", features = ["server"], path = "../../cln-grpc"}
20+
cln-grpc = { version = "0.5", features = ["server"], path = "../../cln-grpc" }
2121
cln-plugin = { version = "0.5", path = "../../plugins" }
2222
cln-rpc = { version = "0.5", path = "../../cln-rpc" }
2323
serde_json = "1.0.113"

0 commit comments

Comments
 (0)