From a3faf259f2620fc6cc38d81b96a6814716f119b6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 27 Sep 2016 09:52:30 -0700 Subject: [PATCH] Release 0.8.0 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bd7fd36feb..9e65fd5fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "0.7.1" # don't forget to update version in readme +version = "0.8.0" # don't forget to update version in readme authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Nom parser for Rust items" diff --git a/README.md b/README.md index 25fe4da4b7..7994d6458e 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Designed for fast compile time. ```toml [dependencies] -syn = "0.7" -quote = "0.1" +syn = "0.8" +quote = "0.2" [lib] rustc-macro = true