From 4a0408ed423b2f6dbb1c0a8a0fd79950cda33dcf Mon Sep 17 00:00:00 2001 From: Sungmann Cho Date: Wed, 23 Oct 2024 08:20:21 +0900 Subject: [PATCH] Lower miette's version to 5 to match the one used by autocxx --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85b63d2..fd963d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ version = "0.1.0" [build-dependencies] autocxx-build = "0.27.0" autocxx-engine = "0.27.0" -miette = { version = "7.2.0", features = ["fancy"] } +miette = { version = "5", features = ["fancy"] } [dependencies] autocxx = "0.27.0"