From 188b08df1cd4f20698fb57b4a7094f5062a0e139 Mon Sep 17 00:00:00 2001 From: cstef Date: Fri, 31 Jan 2025 15:18:54 +0100 Subject: [PATCH] bump: 0.2.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d5401b..05faded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" [[package]] name = "braise" -version = "0.2.3" +version = "0.2.4" dependencies = [ "async-recursion", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 0efccd4..51a99c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "braise" authors = ["cstef "] -version = "0.2.3" +version = "0.2.4" edition = "2021" repository = "https://github.com/cestef/braise" homepage = "https://github.com/cestef/braise"