diff --git a/color-eyre/Cargo.toml b/color-eyre/Cargo.toml index 2b5b658..ebe513f 100644 --- a/color-eyre/Cargo.toml +++ b/color-eyre/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "color-eyre" -version = "0.6.2" +version = "0.6.3" description = "An error report handler for panics and eyre::Reports for colorful, consistent, and well formatted error reports for all kinds of errors." documentation = "https://docs.rs/color-eyre" diff --git a/color-spantrace/Cargo.toml b/color-spantrace/Cargo.toml index 79e6b8a..3cd4300 100644 --- a/color-spantrace/Cargo.toml +++ b/color-spantrace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "color-spantrace" -version = "0.2.1" +version = "0.2.2" description = "A pretty printer for tracing_error::SpanTrace based on color-backtrace" documentation = "https://docs.rs/color-spantrace"