From a8d03f536e977fd3c7e61425fdbd97fa0e225ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 10 Sep 2022 14:26:59 -0700 Subject: [PATCH] (cargo-release) start next development iteration 5.3.2-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 fa148d2..54bc583 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 = "=5.3.1"} +miette-derive = { path = "miette-derive", version = "=5.3.2-alpha.0"} once_cell = "1.8.0" unicode-width = "0.1.9" diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index e3818ef..e3ab44d 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "5.3.1" +version = "5.3.2-alpha.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"