From 80c6ce805bf18e66b51d44539be264e6c9485a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 31 Mar 2023 17:25:26 -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 1d249b7f..a5b612ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette" -version = "5.6.0" +version = "5.7.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.6.0" } +miette-derive = { path = "miette-derive", version = "=5.7.0" } once_cell = "1.8.0" unicode-width = "0.1.9" diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index eaeca065..3af764cc 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "5.6.0" +version = "5.7.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"