From 7009b38fe2e806ae9826afcfcf5df4fb7e22b35a Mon Sep 17 00:00:00 2001 From: Surya Date: Thu, 2 May 2024 17:50:06 +0100 Subject: [PATCH] Manual pub (#18) * bump the version Signed-off-by: suryapandian * trigger release plz Signed-off-by: suryapandian --------- Signed-off-by: suryapandian --- Cargo.lock | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a7f56c9..2f461e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" [[package]] name = "carrot-cake" -version = "0.1.1" +version = "0.1.3" dependencies = [ "amq-protocol-types", "anyhow", diff --git a/README.md b/README.md index 8f6d732..8ea78bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # carrot-cake ## An a-peeling pub/sub framework +test fake release + [![Crates.io](https://img.shields.io/crates/v/carrot-cake.svg)](https://crates.io/crates/carrot-cake) [![Docs.rs](https://docs.rs/carrot-cake/badge.svg)](https://docs.rs/carrot-cake) [![CI](https://github.com/truelayer/carrot-cake/workflows/CI/badge.svg)](https://github.com/truelayer/carrot-cake/actions)