From aa755bfb4d0adca53f0bbe55e961129bda94b267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 22 Aug 2021 19:36:59 -0700 Subject: [PATCH] 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🎉 --- Cargo.toml | 4 ++-- miette-derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7bcefb8..e40c401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette" -version = "1.0.0-beta.1" +version = "1.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"] @@ -12,7 +12,7 @@ edition = "2018" [dependencies] thiserror = "1.0.26" -miette-derive = { version = "=1.0.0-beta.1", path = "miette-derive" } +miette-derive = { version = "=1.0.0", path = "miette-derive" } once_cell = "1.8.0" owo-colors = "2.0.0" atty = "0.2.14" diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index 3f140e7..76b9a2c 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "1.0.0-beta.1" +version = "1.0.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"