From 8e2e7b1c51e567da123cad999c6c37226c58dce8 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 26 Aug 2023 12:37:17 +0200 Subject: [PATCH] rs: Bump crate versions before publishing Changelog-None --- Cargo.lock | 8 ++++---- Cargo.toml | 1 + cln-grpc/Cargo.toml | 2 +- cln-rpc/Cargo.toml | 2 +- plugins/Cargo.toml | 2 +- plugins/grpc-plugin/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c69dda74b..6307f8c1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cln-grpc" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "bitcoin", @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "cln-grpc-plugin" -version = "0.1.2" +version = "0.1.4" dependencies = [ "anyhow", "cln-grpc", @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "cln-plugin" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "bytes", @@ -258,7 +258,7 @@ dependencies = [ [[package]] name = "cln-rpc" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index c1662d06d..ee68e2aae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ strip = "debuginfo" [workspace] +resolver = "2" members = [ "cln-rpc", "cln-grpc", diff --git a/cln-grpc/Cargo.toml b/cln-grpc/Cargo.toml index 08e495251..3f9a96350 100644 --- a/cln-grpc/Cargo.toml +++ b/cln-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-grpc" -version = "0.1.3" +version = "0.1.4" 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 2462816f5..f1fe210a9 100644 --- a/cln-rpc/Cargo.toml +++ b/cln-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-rpc" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "MIT" description = "An async RPC client for Core Lightning." diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index 30ba87b12..c75d54c3b 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-plugin" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT" description = "A CLN plugin library. Write your plugin in Rust." diff --git a/plugins/grpc-plugin/Cargo.toml b/plugins/grpc-plugin/Cargo.toml index ab50898da..f68a250e9 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.2" +version = "0.1.4" [[bin]] name = "cln-grpc"