rs: Bump crate versions before publishing

Changelog-None
This commit is contained in:
Christian Decker 2023-08-26 12:37:17 +02:00 committed by Vincenzo Palazzo
parent 0a4ac04c00
commit 8e2e7b1c51
6 changed files with 9 additions and 8 deletions

8
Cargo.lock generated
View File

@ -211,7 +211,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "cln-grpc" name = "cln-grpc"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitcoin", "bitcoin",
@ -226,7 +226,7 @@ dependencies = [
[[package]] [[package]]
name = "cln-grpc-plugin" name = "cln-grpc-plugin"
version = "0.1.2" version = "0.1.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cln-grpc", "cln-grpc",
@ -241,7 +241,7 @@ dependencies = [
[[package]] [[package]]
name = "cln-plugin" name = "cln-plugin"
version = "0.1.4" version = "0.1.5"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",
@ -258,7 +258,7 @@ dependencies = [
[[package]] [[package]]
name = "cln-rpc" name = "cln-rpc"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitcoin", "bitcoin",

View File

@ -2,6 +2,7 @@
strip = "debuginfo" strip = "debuginfo"
[workspace] [workspace]
resolver = "2"
members = [ members = [
"cln-rpc", "cln-rpc",
"cln-grpc", "cln-grpc",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cln-grpc" name = "cln-grpc"
version = "0.1.3" version = "0.1.4"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "The Core Lightning API as grpc primitives. Provides the bindings used to expose the API over the network." description = "The Core Lightning API as grpc primitives. Provides the bindings used to expose the API over the network."

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cln-rpc" name = "cln-rpc"
version = "0.1.3" version = "0.1.4"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "An async RPC client for Core Lightning." description = "An async RPC client for Core Lightning."

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cln-plugin" name = "cln-plugin"
version = "0.1.4" version = "0.1.5"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "A CLN plugin library. Write your plugin in Rust." description = "A CLN plugin library. Write your plugin in Rust."

View File

@ -1,7 +1,7 @@
[package] [package]
edition = "2021" edition = "2021"
name = "cln-grpc-plugin" name = "cln-grpc-plugin"
version = "0.1.2" version = "0.1.4"
[[bin]] [[bin]]
name = "cln-grpc" name = "cln-grpc"