You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
490 B
26 lines
490 B
--- miette-5.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ miette-5.7.0/Cargo.toml 2023-04-01T16:39:08.729275+00:00
|
|
@@ -32,10 +32,6 @@
|
|
|
|
[dependencies.backtrace]
|
|
version = "0.3.61"
|
|
-optional = true
|
|
-
|
|
-[dependencies.backtrace-ext]
|
|
-version = "0.2.1"
|
|
optional = true
|
|
|
|
[dependencies.is-terminal]
|
|
@@ -107,11 +103,6 @@
|
|
|
|
[features]
|
|
default = []
|
|
-fancy = [
|
|
- "fancy-no-backtrace",
|
|
- "backtrace",
|
|
- "backtrace-ext",
|
|
-]
|
|
fancy-no-backtrace = [
|
|
"owo-colors",
|
|
"is-terminal",
|