Skip to content

Commit

Permalink
codegen: Bump up to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed May 23, 2020
1 parent f57b565 commit bb89d04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ actix-macros = "0.1.0"
actix-threadpool = "0.3.1"
actix-tls = "2.0.0-alpha.1"

actix-web-codegen = "0.2.0"
actix-web-codegen = "0.2.2"
actix-http = "2.0.0-alpha.4"
awc = { version = "2.0.0-alpha.2", default-features = false }

Expand Down
6 changes: 4 additions & 2 deletions actix-web-codegen/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changes

## [Unreleased] - 2020-xx-xx
## [0.2.2] - 2020-05-23

* Bump minimum supported Rust version to 1.40
* Add resource middleware on actix-web-codegen [#1467]

[#1467]: https://github.com/actix/actix-web/pull/1467

## [0.2.1] - 2020-02-25

Expand Down
8 changes: 4 additions & 4 deletions actix-web-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-web-codegen"
version = "0.2.1"
version = "0.2.2"
description = "Actix web proc macros"
readme = "README.md"
authors = ["Nikolay Kim <[email protected]>"]
Expand All @@ -12,9 +12,9 @@ workspace = ".."
proc-macro = true

[dependencies]
quote = "^1"
syn = { version = "^1", features = ["full", "parsing"] }
proc-macro2 = "^1"
quote = "1"
syn = { version = "1", features = ["full", "parsing"] }
proc-macro2 = "1"

[dev-dependencies]
actix-rt = "1.0.0"
Expand Down

0 comments on commit bb89d04

Please sign in to comment.