Skip to content

Commit 7b16f86

Browse files
committed
provisioning: Enable pretty print errors
Signed-off-by: Ikey Doherty <[email protected]>
1 parent 84ecc6a commit 7b16f86

File tree

2 files changed

+167
-2
lines changed

2 files changed

+167
-2
lines changed

Cargo.lock

Lines changed: 166 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/provisioning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dev-dependencies]
7-
miette = { workspace = true }
7+
miette = { workspace = true, features = ["fancy"] }
88

99
[dependencies]
1010
kdl = { workspace = true, features = ["span"] }

0 commit comments

Comments
 (0)