Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Dec 28, 2024
1 parent 745a208 commit 3807911
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion err_trail/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "err_trail"
description = "Add context to errors through logging"
version = "0.8.3"
version = "0.8.4"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/err_trail"
Expand Down
6 changes: 3 additions & 3 deletions error_set/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ 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.8.3"
version = "0.8.4"
edition = "2021"
license = "Apache-2.0"
documentation = "https://docs.rs/error_set"
repository = "https://github.com/mcmah309/error_set"
rust-version = "1.81"

[dependencies]
error_set_impl = { version = "=0.8.3", path = "../error_set_impl" }
err_trail = {version = "=0.8.3", path = "../err_trail", default-features = false, optional = true }
error_set_impl = { version = "=0.8.4", path = "../error_set_impl" }
err_trail = {version = "=0.8.4", path = "../err_trail", default-features = false, optional = true }

# features
tracing = { version = "0.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion error_set_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.8.3"
version = "0.8.4"
license = "Apache-2.0"
documentation = "https://docs.rs/error_set"
repository = "https://github.com/mcmah309/error_set"
Expand Down

0 comments on commit 3807911

Please sign in to comment.