From 907857058dc255caeae456e87146c629ce69cf5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 26 Apr 2025 21:52:05 -0700 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 0daf2f7..ad552c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette" -version = "7.5.0" +version = "7.6.0" authors = ["Kat Marchán "] description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers." categories = ["rust-patterns"] @@ -13,7 +13,7 @@ rust-version = "1.70.0" exclude = ["images/", "tests/", "miette-derive/"] [dependencies] -miette-derive = { path = "miette-derive", version = "=7.5.0", optional = true } +miette-derive = { path = "miette-derive", version = "=7.6.0", optional = true } unicode-width = "0.1.11" cfg-if = "1.0.0" diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index 28f2465..a726479 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "7.5.0" +version = "7.6.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"