From b0dac7adb01859431fdf80b6b4ca86d65818f260 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 5 Mar 2017 18:48:57 -0800 Subject: [PATCH] Release 0.3.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f2d3ea..a17fc81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quote" -version = "0.3.14" # don't forget to update version in readme for breaking changes +version = "0.3.15" # don't forget to update version in readme for breaking changes authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Quasi-quoting macro quote!(...)"