deps: bump to miette 3.0 mainline

This commit is contained in:
Kat Marchán
2021-09-22 16:49:39 -07:00
parent 984538555c
commit 5d442a287f
5 changed files with 21 additions and 71 deletions

View File

@ -7,8 +7,7 @@ edition = "2018"
nu-engine = { path = "../nu-engine" }
nu-parser = { path = "../nu-parser" }
nu-protocol = { path = "../nu-protocol" }
miette = { git = "https://github.com/zkat/miette", branch = "release/3.0.0", features = ["fancy"] }
# miette = { path = "../../../miette", features = ["fancy"] }
miette = { version = "3.0.0", features = ["fancy"] }
thiserror = "1.0.29"
nu-ansi-term = "0.36.0"
reedline = { git = "https://github.com/jntrnr/reedline", branch = "main" }

View File

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2018"
[dependencies]
miette = { git = "https://github.com/zkat/miette", branch = "release/3.0.0" }
# miette = { path = "../../../miette" }
miette = "3.0.0"
thiserror = "1.0.29"
nu-protocol = { path = "../nu-protocol"}

View File

@ -7,5 +7,4 @@ edition = "2018"
[dependencies]
thiserror = "1.0.29"
miette = { git = "https://github.com/zkat/miette", branch = "release/3.0.0" }
# miette = { path = "../../../miette" }
miette = "3.0.0"