diff --git a/Cargo.toml b/Cargo.toml index a6123aa..bd43d72 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", "no-std"] keywords = ["error", "error-handling", "macro", "error-set"] -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/error_set"