From b64dc23a98b772b0e92ee4c34036064d0ed9c735 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 13 Apr 2024 12:37:07 +0200 Subject: [PATCH] chore: Bump version (v4.2.0) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e8b26a..4dffe57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT" homepage = "https://github.com/vbrandl/actix-request-identifier" repository = "https://github.com/vbrandl/actix-request-identifier" readme = "README.md" -version = "4.1.0" +version = "4.2.0" [dependencies] actix-web = { version = "4.1.0", default-features = false }