Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Apr 15, 2024
1 parent a1d1c9e commit 0a0d187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "error_set"
description = "An error set macro that provides a concise way to define errors and ergonomically coerce a subset into a superset. Inspired by Zig's error set type."
description = "An error set macro that provides a concise way to define errors and ergonomically coerce between sets. Inspired by Zig's error set type."
categories = ["rust-patterns"]
keywords = ["error", "error-handling", "macro", "error-set"]
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/error_set"
repository = "https:/mcmah309/error_set"

[dependencies]
error_set_impl = { version = "=0.3.0", path = "impl" }
error_set_impl = { version = "=0.3.1", path = "impl" }

[dev-dependencies]
trybuild = "^1.0.91"
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.3.0"
version = "0.3.1"
license = "Apache-2.0"
documentation = "https://docs.rs/error_set"
repository = "https:/mcmah309/error_set"
Expand Down

0 comments on commit 0a0d187

Please sign in to comment.