From 4f982b806c3778953e01aba78542469e3b801727 Mon Sep 17 00:00:00 2001 From: enzious Date: Thu, 13 Jun 2024 20:21:24 -0500 Subject: [PATCH] chore: bump tag --- actix-web-thiserror-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-thiserror-derive/Cargo.toml b/actix-web-thiserror-derive/Cargo.toml index 448ace5..aae9ca3 100644 --- a/actix-web-thiserror-derive/Cargo.toml +++ b/actix-web-thiserror-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-thiserror-derive" -version = "0.2.4" +version = "0.2.5" authors = ["enzi "] description = "Implementation of #[derive(ResponseError)]" edition = "2021"