From 01618289c98a96c4e9092b23e24fba33b75a74e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 17 Feb 2022 22:28:53 -0800 Subject: [PATCH] (cargo-release) version 4.0.1 --- Cargo.toml | 2 +- miette-derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ea3fcd..2f0b2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = ["images/", "tests/", "miette-derive/"] [dependencies] thiserror = "1.0.26" -miette-derive = { path = "miette-derive", version = "=4.0.1-alpha.0"} +miette-derive = { path = "miette-derive", version = "=4.0.1"} once_cell = "1.8.0" unicode-width = "0.1.9" diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index 2b9b3d9..4a87705 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "4.0.1-alpha.0" +version = "4.0.1" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"