From 78fe18e6990feacc8bdaeeb10e1439a12c111e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 13 Mar 2023 21:15:55 -0700 Subject: [PATCH] chore: Release --- Cargo.toml | 4 ++-- miette-derive/Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a10235c..582f812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette" -version = "5.5.1-alpha.0" +version = "5.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"] @@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"] [dependencies] thiserror = "1.0.26" -miette-derive = { path = "miette-derive", version = "=5.5.1-alpha.0"} +miette-derive = { path = "miette-derive", version = "=5.6.0" } once_cell = "1.8.0" unicode-width = "0.1.9" diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index 5ec2def..8f6a8e2 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "miette-derive" -version = "5.5.1-alpha.0" +version = "5.6.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0" description = "Derive macros for miette. Like `thiserror` for Diagnostics." repository = "https://github.com/zkat/miette" - + [lib] proc-macro = true - + [dependencies] proc-macro2 = "1.0" quote = "1.0"