forked from extern/nushell
use miette's new panic hook
This commit is contained in:
@ -7,4 +7,5 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0.29"
|
||||
miette = { git = "https://github.com/zkat/miette", branch = "release/3.0.0" }
|
||||
miette = { git = "https://github.com/zkat/miette", rev = "183ecb9" }
|
||||
# miette = { path = "../../../miette" }
|
||||
|
Reference in New Issue
Block a user