Skip to content

Commit

Permalink
plugin_macros: prepare version v0.3.0-beta.2
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jul 29, 2022
1 parent 382ee20 commit 4844f85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 4 additions & 3 deletions plugin_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "clightningrpc-plugin-macros"
version = "0.3.0-beta.1"
version = "0.3.0-beta.2"
edition = "2021"
authors = ["Vincenzo Palazzo <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/laanwj/rust-clightning-rpc"
repository = "https://github.com/laanwj/rust-clightning-rpc.git"
description = "Crate that provides a procedural macros implementation to make easy to develop a plugin developer to build a plugin"
keywords = [ "plugin", "cln", "protocol", "rpc", "lightning", "bitcoin" ]
keywords = [ "plugin", "cln", "rpc", "lightning", "bitcoin" ]
readme = "README.md"

[lib]
Expand All @@ -19,7 +19,8 @@ quote = "1.0"
darling = "0.14.1"
convert_case = "0.5.0"
serde_json = "1.0"
clightningrpc-plugin = { path = "../plugin"}
#clightningrpc-plugin = { path = "../plugin"}
clightningrpc-plugin = "0.3.0-beta.2"

[dev-dependencies]
rstest = "0.10.0"
Expand Down
9 changes: 3 additions & 6 deletions plugin_macros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@
<img alt="GitHub Workflow Status (branch)" src="https://img.shields.io/github/workflow/status/laanwj/rust-clightning-rpc/Integration%20testing/master?style=flat-square"/>
</a>

<a href="https://crates.io/clightningrpc">
<img alt="Crates.io" src="https://img.shields.io/crates/v/clightningrpc?style=flat-square"/>
</a>

<a href="https://crates.io/clightningrpc">
<img alt="Crates.io" src="https://img.shields.io/crates/d/clightningrpc?style=flat-square"/>
<a href="https://crates.io/clightningrpc-plugin_macros">
<img alt="Crates.io" src="https://img.shields.io/crates/v/clightningrpc-plugin_macros?style=flat-square"/>
</a>


<a href="https://docs.rs/clightningrpc">
<img alt="docs.rs" src="https://img.shields.io/docsrs/clightningrpc?style=flat-square"/>
Expand Down

0 comments on commit 4844f85

Please sign in to comment.