mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 13:01:29 +00:00
dedupe ansi-term dependency (#24)
This commit is contained in:
parent
3384c06584
commit
fff76b1424
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "color-eyre"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
authors = ["Jane Lusby <jlusby@yaah.dev>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
@ -21,8 +21,8 @@ tracing-error = { version = "0.1.2", optional = true }
|
||||
color-backtrace = "0.4.0"
|
||||
backtrace = "0.3.48"
|
||||
indenter = "0.3.0"
|
||||
ansi_term = "0.12.1"
|
||||
color-spantrace = { version = "0.1.2", optional = true }
|
||||
ansi_term = "0.11"
|
||||
color-spantrace = { version = "0.1.3", optional = true }
|
||||
once_cell = "1.4.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -202,7 +202,7 @@
|
||||
//! [`examples/custom_filter.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_filter.rs
|
||||
//! [`examples/custom_section.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_section.rs
|
||||
//! [`examples/multiple_errors.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/multiple_errors.rs
|
||||
#![doc(html_root_url = "https://docs.rs/color-eyre/0.3.3")]
|
||||
#![doc(html_root_url = "https://docs.rs/color-eyre/0.3.4")]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
#![warn(
|
||||
missing_debug_implementations,
|
||||
|
Loading…
x
Reference in New Issue
Block a user