From 9e7492f67f0036722ea0e2289561de13eff12c24 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 27 Jul 2023 15:29:06 +0200 Subject: [PATCH] chore: Release chainerror version 0.8.1-alpha.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c1824f..3bac3ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainerror" -version = "0.8.0" +version = "0.8.1-alpha.1" authors = ["Harald Hoyer "] edition = "2018" license = "MIT OR Apache-2.0"