Add `serde` as optional dependency

This commit is contained in:
Gavrilikhin Daniil 2023-05-13 09:54:10 +08:00
parent 024145dbdd
commit fed2cc143b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ supports-unicode = { version = "2.0.0", optional = true }
backtrace = { version = "0.3.61", optional = true }
terminal_size = { version = "0.1.17", optional = true }
backtrace-ext = { version = "0.2.1", optional = true }
serde = { version = "1.0.162", optional = true }
[dev-dependencies]
semver = "1.0.4"