From 1574c3fae80e8af5285bc7ad6b3c1ae1e262e4f7 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 10 Aug 2024 03:26:23 +0100 Subject: [PATCH] chore(actix-web-lab-derive): prepare release 0.22.0 --- actix-web-lab-derive/Cargo.toml | 2 +- actix-web-lab/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actix-web-lab-derive/Cargo.toml b/actix-web-lab-derive/Cargo.toml index e8418d1c..fc98bf1b 100644 --- a/actix-web-lab-derive/Cargo.toml +++ b/actix-web-lab-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-lab-derive" -version = "0.21.0" +version = "0.22.0" description = "Experimental macros for Actix Web" authors = ["Rob Ede "] keywords = ["actix", "http", "web", "framework", "async"] diff --git a/actix-web-lab/Cargo.toml b/actix-web-lab/Cargo.toml index 1f60fd7e..40e3240d 100644 --- a/actix-web-lab/Cargo.toml +++ b/actix-web-lab/Cargo.toml @@ -46,7 +46,7 @@ msgpack = ["rmp-serde"] spa = ["actix-files"] [dependencies] -actix-web-lab-derive = { version = "=0.21.0", optional = true } +actix-web-lab-derive = { version = "=0.22.0", optional = true } actix-http = "3" actix-router = "0.5" @@ -89,7 +89,7 @@ rmp-serde = { version = "1", optional = true } actix-files = { version = "0.6", optional = true } [dev-dependencies] -actix-web-lab-derive = "=0.21.0" +actix-web-lab-derive = "=0.22.0" actix-web = { version = "4", features = ["rustls-0_23"] } async_zip = { version = "0.0.17", features = ["deflate", "tokio"] }