From 7456463a94ff9613353b8e7ea840672be0adf4db Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Wed, 24 Jul 2024 05:02:34 +0000 Subject: [PATCH] chore: Bump --- Cargo.toml | 2 +- impl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f571641..5c85b48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "error_set" description = "An error set macro that simplifies error management by providing a streamlined method for defining errors and easily converting between them. Inspired by Zig's error set type." categories = ["rust-patterns"] keywords = ["error", "error-handling", "macro", "error-set"] -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/error_set" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index d370307..d4d063a 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -2,7 +2,7 @@ name = "error_set_impl" edition = "2021" description = "Implementation of the proc macro for the error_set crate." -version = "0.4.1" +version = "0.4.2" license = "Apache-2.0" documentation = "https://docs.rs/error_set" repository = "https://github.com/mcmah309/error_set"