Skip to content

Commit

Permalink
rs: Bump crate versions before publishing
Browse files Browse the repository at this point in the history
Changelog-None
  • Loading branch information
cdecker authored and vincenzopalazzo committed Aug 28, 2023
1 parent 0a4ac04 commit 8e2e7b1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
strip = "debuginfo"

[workspace]
resolver = "2"
members = [
"cln-rpc",
"cln-grpc",
Expand Down
2 changes: 1 addition & 1 deletion cln-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion cln-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion plugins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "cln-grpc-plugin"
version = "0.1.2"
version = "0.1.4"

[[bin]]
name = "cln-grpc"
Expand Down

0 comments on commit 8e2e7b1

Please sign in to comment.