Skip to content

Commit

Permalink
Add color-spantrace to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Oct 3, 2023
1 parent b40a66d commit e42d667
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 321 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = [
"color-spantrace",
"eyre"
]

Expand Down
81 changes: 0 additions & 81 deletions color-spantrace/.github/workflows/ci.yml

This file was deleted.

8 changes: 4 additions & 4 deletions color-spantrace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support custom color themes for spantrace format

<!-- next-url -->
[Unreleased]: https://github.com/yaahc/color-spantrace/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/yaahc/color-spantrace/compare/v0.1.6...v0.2.0
[0.1.6]: https://github.com/yaahc/color-spantrace/compare/v0.1.5...v0.1.6
[v0.1.5]: https://github.com/yaahc/color-spantrace/releases/tag/v0.1.5
[Unreleased]: https://github.com/eyre-rs/color-spantrace/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/eyre-rs/color-spantrace/compare/v0.1.6...v0.2.0
[0.1.6]: https://github.com/eyre-rs/color-spantrace/compare/v0.1.5...v0.1.6
[v0.1.5]: https://github.com/eyre-rs/color-spantrace/releases/tag/v0.1.5
16 changes: 8 additions & 8 deletions color-spantrace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "color-spantrace"
version = "0.2.0"
authors = ["Jane Lusby <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A pretty printer for tracing_error::SpanTrace based on color-backtrace"
repository = "https://github.com/yaahc/color-spantrace"
documentation = "https://docs.rs/color-spantrace"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
readme = { workspace = true }
rust-version = { workspace = true }

[dependencies]
tracing-error = "0.2.0"
tracing-core = "0.1.21"
owo-colors = "3.2.0"
once_cell = "1.4.1"
once_cell = { workspace = true }

[dev-dependencies]
tracing-subscriber = "0.3.4"
Expand Down Expand Up @@ -60,5 +60,5 @@ exactly=1
[[package.metadata.release.pre-release-replacements]]
file="CHANGELOG.md"
search="<!-- next-url -->"
replace="<!-- next-url -->\n[Unreleased]: https://github.com/yaahc/{{crate_name}}/compare/{{tag_name}}...HEAD"
replace="<!-- next-url -->\n[Unreleased]: https://github.com/eyre-rs/{{crate_name}}/compare/{{tag_name}}...HEAD"
exactly=1
202 changes: 0 additions & 202 deletions color-spantrace/LICENSE-APACHE

This file was deleted.

1 change: 1 addition & 0 deletions color-spantrace/LICENSE-APACHE
23 changes: 0 additions & 23 deletions color-spantrace/LICENSE-MIT

This file was deleted.

1 change: 1 addition & 0 deletions color-spantrace/LICENSE-MIT
4 changes: 2 additions & 2 deletions color-spantrace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ color-spantrace
[![Latest Version](https://img.shields.io/crates/v/color-spantrace.svg)](https://crates.io/crates/color-spantrace)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/color-spantrace)

[actions-badge]: https://github.com/yaahc/color-spantrace/workflows/Continuous%20integration/badge.svg
[actions-url]: https://github.com/yaahc/color-spantrace/actions?query=workflow%3A%22Continuous+integration%22
[actions-badge]: https://github.com/eyre-rs/color-spantrace/workflows/Continuous%20integration/badge.svg
[actions-url]: https://github.com/eyre-rs/color-spantrace/actions?query=workflow%3A%22Continuous+integration%22

A rust library for colorizing [`tracing_error::SpanTrace`] objects in the style
of [`color-backtrace`].
Expand Down
1 change: 0 additions & 1 deletion color-spantrace/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
rust_2018_idioms,
unreachable_pub,
bad_style,
const_err,
dead_code,
improper_ctypes,
non_shorthand_field_patterns,
Expand Down

0 comments on commit e42d667

Please sign in to comment.