From f8ed9a990e2ec1b91992eea66abc652e376e3165 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 27 Feb 2017 02:27:41 -0800 Subject: [PATCH] Release 0.11.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ecf76a87..b7207001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "0.11.6" # don't forget to update version in readme for breaking changes +version = "0.11.7" # don't forget to update version in readme for breaking changes authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Nom parser for Rust source code"