summaryrefslogtreecommitdiffstats
path: root/tokio-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-macros/Cargo.toml')
-rw-r--r--tokio-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml
index 1d36e8c8..1c0e40cc 100644
--- a/tokio-macros/Cargo.toml
+++ b/tokio-macros/Cargo.toml
@@ -26,7 +26,7 @@ proc-macro = true
[dependencies]
quote = "1"
-syn = { version = "1", features = ["full"] }
+syn = { version = "1.0.3", features = ["full"] }
[dev-dependencies]
tokio = { version = "=0.2.0-alpha.5", path = "../tokio", default-features = false, features = ["rt-full"] }