From 465d9121bff0f50564b0b03fc9e1eedd43cf3937 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 13 Dec 2022 16:06:10 +0100 Subject: [PATCH] rs: Bump crate versions for publication --- Cargo.lock | 8 ++++---- cln-grpc/Cargo.toml | 2 +- cln-rpc/Cargo.toml | 2 +- plugins/Cargo.toml | 2 +- plugins/grpc-plugin/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd40d56c8..50982161c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "cln-grpc" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "bitcoin", @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "cln-grpc-plugin" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "cln-grpc", @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "cln-plugin" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "bytes", @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "cln-rpc" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "bitcoin", diff --git a/cln-grpc/Cargo.toml b/cln-grpc/Cargo.toml index 8a6f5a5ba..4cc5c709f 100644 --- a/cln-grpc/Cargo.toml +++ b/cln-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-grpc" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" repository = "https://github.com/ElementsProject/lightning/tree/master/cln-grpc" diff --git a/cln-rpc/Cargo.toml b/cln-rpc/Cargo.toml index 665b1d78e..071014ff1 100644 --- a/cln-rpc/Cargo.toml +++ b/cln-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-rpc" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" description = "An async RPC client for Core Lightning." diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index 666d8ed98..e1a92a566 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-plugin" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" repository = "https://github.com/ElementsProject/lightning/tree/master/plugins" diff --git a/plugins/grpc-plugin/Cargo.toml b/plugins/grpc-plugin/Cargo.toml index cabaf047e..435908d11 100644 --- a/plugins/grpc-plugin/Cargo.toml +++ b/plugins/grpc-plugin/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "cln-grpc-plugin" -version = "0.1.0" +version = "0.1.1" [[bin]] name = "cln-grpc"