Skip to content

Commit

Permalink
prepare actix-web-codegen release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jun 1, 2019
1 parent 7753b9d commit 29a0fe7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions actix-web-codegen/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## [0.1.1] - 2019-06-01

* Add syn "extra-traits" feature

## [0.1.0] - 2019-05-18

* Release
Expand Down
10 changes: 5 additions & 5 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.1.0"
version = "0.1.1"
description = "Actix web proc macros"
readme = "README.md"
authors = ["Nikolay Kim <[email protected]>"]
Expand All @@ -12,11 +12,11 @@ workspace = ".."
proc-macro = true

[dependencies]
quote = "0.6"
syn = { version = "0.15", features = ["full", "parsing", "extra-traits"] }
quote = "0.6.12"
syn = { version = "0.15.34", features = ["full", "parsing", "extra-traits"] }

[dev-dependencies]
actix-web = { version = "1.0.0-beta.5" }
actix-http = { version = "0.2.0", features=["ssl"] }
actix-web = { version = "1.0.0-rc" }
actix-http = { version = "0.2.2", features=["ssl"] }
actix-http-test = { version = "0.2.0", features=["ssl"] }
futures = { version = "0.1" }
1 change: 1 addition & 0 deletions actix-web-codegen/LICENSE-APACHE
1 change: 1 addition & 0 deletions actix-web-codegen/LICENSE-MIT

0 comments on commit 29a0fe7

Please sign in to comment.