mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:25:42 +02:00
use the fancy
This commit is contained in:
@ -7,7 +7,7 @@ edition = "2018"
|
||||
nu-engine = { path = "../nu-engine" }
|
||||
nu-parser = { path = "../nu-parser" }
|
||||
nu-protocol = { path = "../nu-protocol" }
|
||||
miette = { version = "3.0.0-alpha.0", features = ["fancy"] }
|
||||
miette = { git = "https://github.com/zkat/miette", branch = "release/3.0.0", features = ["fancy"] }
|
||||
thiserror = "1.0.29"
|
||||
nu-ansi-term = "0.36.0"
|
||||
reedline = { git = "https://github.com/jntrnr/reedline", branch = "main" }
|
||||
|
Reference in New Issue
Block a user