Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Jul 24, 2024
1 parent b9ba88f commit 7456463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7456463

Please sign in to comment.