From 29a0fe76d5d6b4ba778fe92f15e51be7e8edd117 Mon Sep 17 00:00:00 2001
From: Nikolay Kim <fafhrd91@gmail.com>
Date: Sat, 1 Jun 2019 17:21:22 +0600
Subject: [PATCH] prepare actix-web-codegen release

---
 actix-web-codegen/CHANGES.md     |  4 ++++
 actix-web-codegen/Cargo.toml     | 10 +++++-----
 actix-web-codegen/LICENSE-APACHE |  1 +
 actix-web-codegen/LICENSE-MIT    |  1 +
 4 files changed, 11 insertions(+), 5 deletions(-)
 create mode 120000 actix-web-codegen/LICENSE-APACHE
 create mode 120000 actix-web-codegen/LICENSE-MIT

diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md
index 4f2d1c86..ac186111 100644
--- a/actix-web-codegen/CHANGES.md
+++ b/actix-web-codegen/CHANGES.md
@@ -1,5 +1,9 @@
 # Changes
 
+## [0.1.1] - 2019-06-01
+
+* Add syn "extra-traits" feature
+
 ## [0.1.0] - 2019-05-18
 
 * Release
diff --git a/actix-web-codegen/Cargo.toml b/actix-web-codegen/Cargo.toml
index 8b9f8d1b..5557441c 100644
--- a/actix-web-codegen/Cargo.toml
+++ b/actix-web-codegen/Cargo.toml
@@ -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 <fafhrd91@gmail.com>"]
@@ -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" }
diff --git a/actix-web-codegen/LICENSE-APACHE b/actix-web-codegen/LICENSE-APACHE
new file mode 120000
index 00000000..965b606f
--- /dev/null
+++ b/actix-web-codegen/LICENSE-APACHE
@@ -0,0 +1 @@
+../LICENSE-APACHE
\ No newline at end of file
diff --git a/actix-web-codegen/LICENSE-MIT b/actix-web-codegen/LICENSE-MIT
new file mode 120000
index 00000000..76219eb7
--- /dev/null
+++ b/actix-web-codegen/LICENSE-MIT
@@ -0,0 +1 @@
+../LICENSE-MIT
\ No newline at end of file