Skip to content

Commit

Permalink
Bump color-eyre to 0.6.3, color-spantrace to 0.2.2 to publish owo-col…
Browse files Browse the repository at this point in the history
…ors bump (#207)

owo-colors has a potential soundness bug, which I'm attempting to fix in
jam1garner/owo-colors#131. However, a lot of
crates rely on the 3.x series, which may not get patched. Preemptively
updating them, would appreciate a release!!
  • Loading branch information
Manishearth authored Jan 24, 2025
1 parent 7706273 commit c4ee249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion color-eyre/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion color-spantrace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit c4ee249

Please sign in to comment.