Skip to content

Commit b17bc9c

Browse files
meta: bump rust versions for 24.05 release
1 parent 107fc8b commit b17bc9c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cln-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cln-grpc"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
license = "MIT"
66
description = "The Core Lightning API as grpc primitives. Provides the bindings used to expose the API over the network."

cln-rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cln-rpc"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
license = "MIT"
66
description = "An async RPC client for Core Lightning."

plugins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cln-plugin"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
license = "MIT"
66
description = "A CLN plugin library. Write your plugin in Rust."

plugins/grpc-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1.5"
4+
version = "0.1.6"
55

66
description = "A Core Lightning plugin that re-exposes the JSON-RPC over grpc. Authentication is done via mTLS."
77
license = "MIT"

0 commit comments

Comments
 (0)