meta: bump rust versions for 24.05 release

This commit is contained in:
Alex Myers 2024-06-04 17:34:40 -05:00 committed by Alex Myers
parent 107fc8b9fb
commit b17bc9cc69
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View file

@ -259,7 +259,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cln-grpc"
version = "0.1.8"
version = "0.1.9"
dependencies = [
"anyhow",
"bitcoin",
@ -279,7 +279,7 @@ dependencies = [
[[package]]
name = "cln-grpc-plugin"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"anyhow",
"cln-grpc",
@ -295,7 +295,7 @@ dependencies = [
[[package]]
name = "cln-plugin"
version = "0.1.8"
version = "0.1.9"
dependencies = [
"anyhow",
"bytes",
@ -313,7 +313,7 @@ dependencies = [
[[package]]
name = "cln-rpc"
version = "0.1.8"
version = "0.1.9"
dependencies = [
"anyhow",
"bitcoin",

View file

@ -1,6 +1,6 @@
[package]
name = "cln-grpc"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
license = "MIT"
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]
name = "cln-rpc"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
license = "MIT"
description = "An async RPC client for Core Lightning."

View file

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

View file

@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "cln-grpc-plugin"
version = "0.1.5"
version = "0.1.6"
description = "A Core Lightning plugin that re-exposes the JSON-RPC over grpc. Authentication is done via mTLS."
license = "MIT"