From 87649ace0a9108548db5a5c564a46c2c73798616 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 1 Oct 2016 01:16:07 -0700 Subject: [PATCH] Release 0.8.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5082b5d026..fc4ffc63b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "0.8.1" # don't forget to update version in readme +version = "0.8.2" # don't forget to update version in readme authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Nom parser for Rust items"