mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:45:50 +02:00
bump miette to fix multi-file rendering bug
This commit is contained in:
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
miette = { git = "https://github.com/zkat/miette", rev = "183ecb9" }
|
||||
miette = { git = "https://github.com/zkat/miette", branch = "release/3.0.0" }
|
||||
# miette = { path = "../../../miette" }
|
||||
thiserror = "1.0.29"
|
||||
nu-protocol = { path = "../nu-protocol"}
|
||||
|
Reference in New Issue
Block a user