From 34bc4d713f8d50df1c3702c0a81d7c8b846f983e Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Sun, 27 Sep 2020 16:48:23 +0100 Subject: [PATCH] (cargo-release) start next development iteration 0.2.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ce3c7d20..5d3b5c238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-actix-web" -version = "0.2.0" +version = "0.2.1-alpha.0" authors = ["Luca Palmieri "] edition = "2018"