From 5d6580725f5011c9f567268cb377338e79e44eb4 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 19 Nov 2017 08:06:40 -0800 Subject: [PATCH] Bump to 0.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95f27690..424a7cc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro2" -version = "0.1.3" +version = "0.1.4" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md"