Skip to content

Commit

Permalink
chore(actix-web-lab-derive): prepare release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Aug 10, 2024
1 parent 444984f commit 1574c3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actix-web-lab-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <robjtede@icloud.com>"]
keywords = ["actix", "http", "web", "framework", "async"]
Expand Down
4 changes: 2 additions & 2 deletions actix-web-lab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"] }
Expand Down

0 comments on commit 1574c3f

Please sign in to comment.