From 9fdcd64eaf4dc283c0f157c019dcd1b3409a16a8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 19 Aug 2016 20:09:15 -0400 Subject: [PATCH] Release 0.42.2 (syntex only) --- syntex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntex/Cargo.toml b/syntex/Cargo.toml index 7dc8d85e..f84f067b 100644 --- a/syntex/Cargo.toml +++ b/syntex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syntex" -version = "0.42.1" +version = "0.42.2" authors = [ "erick.tryzelaar@gmail.com" ] license = "MIT/Apache-2.0" description = "A library that enables compile time syntax extension expansion"