mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Add Miette "fancy" feature to fix plugin builds (#5402)
This commit is contained in:
parent
260be40774
commit
07255e576d
@ -10,7 +10,7 @@ version = "0.61.1"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0.29"
|
||||
miette = "4.5.0"
|
||||
miette = { version = "4.5.0", features = ["fancy"] }
|
||||
serde = {version = "1.0.130", features = ["derive"]}
|
||||
chrono = { version="0.4.19", features=["serde"] }
|
||||
indexmap = { version="1.7", features=["serde-1"] }
|
||||
|
Loading…
Reference in New Issue
Block a user