From 7468b685674b27634e40922bc472d2789d2cae6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 13 Sep 2021 19:01:23 -0700 Subject: [PATCH] (cargo-release) start next development iteration 2.2.1-alpha.0 --- Cargo.toml | 2 +- miette-derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4534f8..7ba2a46 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 = "=2.2.0"} +miette-derive = { path = "miette-derive", version = "=2.2.1-alpha.0"} 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 ed3586b..60aec72 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "2.2.0" +version = "2.2.1-alpha.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"