mirror of https://github.com/zkat/miette.git
Add `serde` as optional dependency
This commit is contained in:
parent
024145dbdd
commit
fed2cc143b
|
|
@ -27,6 +27,7 @@ supports-unicode = { version = "2.0.0", optional = true }
|
||||||
backtrace = { version = "0.3.61", optional = true }
|
backtrace = { version = "0.3.61", optional = true }
|
||||||
terminal_size = { version = "0.1.17", optional = true }
|
terminal_size = { version = "0.1.17", optional = true }
|
||||||
backtrace-ext = { version = "0.2.1", optional = true }
|
backtrace-ext = { version = "0.2.1", optional = true }
|
||||||
|
serde = { version = "1.0.162", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
semver = "1.0.4"
|
semver = "1.0.4"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue