From f79aee63b1022bbfe0c25ab7c07ae02ef9993878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 17 Aug 2021 08:48:48 -0700 Subject: [PATCH] 0.9.0 --- Cargo.toml | 4 ++-- miette-derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50d6be8d..5197a4c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette" -version = "0.8.1" +version = "0.9.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 @@ edition = "2018" [dependencies] indenter = "0.3.3" thiserror = "1.0.26" -miette-derive = { version = "=0.8.0", path = "miette-derive" } +miette-derive = { version = "=0.9.0", path = "miette-derive" } [dev-dependencies] thiserror = "1.0.26" diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index eafcab10..ab51e1f0 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "0.8.0" +version = "0.9.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"