mirror of https://github.com/zkat/miette.git
Merge c4355c1d6f into f4d056e1ff
This commit is contained in:
commit
27e4b72dbd
|
|
@ -19,7 +19,6 @@ once_cell = "1.8.0"
|
|||
unicode-width = "0.1.9"
|
||||
|
||||
owo-colors = { version = "3.0.0", optional = true }
|
||||
is-terminal = { version = "0.4.0", optional = true }
|
||||
textwrap = { version = "0.15.0", optional = true }
|
||||
supports-hyperlinks = { version = "2.0.0", optional = true }
|
||||
supports-color = { version = "2.0.0", optional = true }
|
||||
|
|
@ -48,7 +47,6 @@ default = []
|
|||
no-format-args-capture = []
|
||||
fancy-no-backtrace = [
|
||||
"owo-colors",
|
||||
"is-terminal",
|
||||
"textwrap",
|
||||
"terminal_size",
|
||||
"supports-hyperlinks",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use is_terminal::IsTerminal;
|
||||
use owo_colors::Style;
|
||||
use std::io::IsTerminal;
|
||||
|
||||
/**
|
||||
Theme used by [`GraphicalReportHandler`](crate::GraphicalReportHandler) to
|
||||
|
|
|
|||
Loading…
Reference in New Issue