From 203f28c9d84f723808d4cea45695e18bb1579e5c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 11 Aug 2018 23:58:40 -0700 Subject: [PATCH] Restore compatibility with rustc 1.15-1.16 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 74737a43..58572c7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ keywords = ["macros"] repository = "https://github.com/alexcrichton/proc-macro2" homepage = "https://github.com/alexcrichton/proc-macro2" documentation = "https://docs.rs/proc-macro2" +build = "build.rs" description = """ A stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream