From 66a31d66324f23b1f8b4bf62054c6b7f362c718e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 7 Jan 2017 11:25:24 -0800 Subject: [PATCH] Release 0.10.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c831cb9633..8ef38e60b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "0.10.5" # don't forget to update version in readme for breaking changes +version = "0.10.6" # 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"