From 5d4b262f7b752396077e12650ebbda07acbef54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 3 Feb 2024 20:01:50 -0800 Subject: [PATCH] chore: Release --- Cargo.toml | 4 ++-- miette-derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 15c83e72..eb08466d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette" -version = "5.10.0" +version = "6.0.0" authors = ["Kat Marchán "] description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers." categories = ["rust-patterns"] @@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"] [dependencies] thiserror = "1.0.40" -miette-derive = { path = "miette-derive", version = "=5.10.0", optional = true } +miette-derive = { path = "miette-derive", version = "=6.0.0", optional = true } unicode-width = "0.1.9" owo-colors = { version = "3.4.0", optional = true } diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index b5a70327..40906de7 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "5.10.0" +version = "6.0.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"