From 8cb17d48db5c37122791e16ef957ca24d8de5337 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 26 Sep 2023 23:50:03 +0200 Subject: [PATCH] rs: Bump crates cln-rpc and cln-grpc to 0.1.5 and cln-plugin to 0.1.6 --- cln-grpc/Cargo.toml | 2 +- cln-rpc/Cargo.toml | 2 +- plugins/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cln-grpc/Cargo.toml b/cln-grpc/Cargo.toml index 3f9a96350b63..f9de49292927 100644 --- a/cln-grpc/Cargo.toml +++ b/cln-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-grpc" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT" description = "The Core Lightning API as grpc primitives. Provides the bindings used to expose the API over the network." diff --git a/cln-rpc/Cargo.toml b/cln-rpc/Cargo.toml index f1fe210a9a80..896ebb645a58 100644 --- a/cln-rpc/Cargo.toml +++ b/cln-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-rpc" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT" description = "An async RPC client for Core Lightning." diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index c75d54c3b158..2905a9c935bf 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-plugin" -version = "0.1.5" +version = "0.1.6" edition = "2021" license = "MIT" description = "A CLN plugin library. Write your plugin in Rust."