Skip to content

Commit

Permalink
Bump workspace to owo-colors 4.0
Browse files Browse the repository at this point in the history
Requires adding a path dependency in color-eyre on color-spantrace
so that the versions agree. Fortunately we can do that now!
  • Loading branch information
workingjubilee authored and thenorili committed Apr 25, 2024
1 parent b0c3e3f commit 6e2ffcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.65.0"
[workspace.dependencies]
indenter = "0.3.0"
once_cell = "1.18.0"
owo-colors = "3.2.0"
owo-colors = "4.0"

[profile.dev.package.backtrace]
opt-level = 3
Expand Down
2 changes: 1 addition & 1 deletion color-eyre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tracing-error = { version = "0.2.0", optional = true }
backtrace = { version = "0.3.48", features = ["gimli-symbolize"] }
indenter = { workspace = true }
owo-colors = { workspace = true }
color-spantrace = { version = "0.2", optional = true }
color-spantrace = { version = "0.2", path = "../color-spantrace", optional = true }
once_cell = { workspace = true }
url = { version = "2.1.1", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion color-spantrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = { workspace = true }
[dependencies]
tracing-error = "0.2.0"
tracing-core = "0.1.21"
owo-colors = "4.0"
owo-colors = { workspace = true }
once_cell = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit 6e2ffcc

Please sign in to comment.