From dcd259c1ca8f132bf6986d02da532d2f727c97a3 Mon Sep 17 00:00:00 2001 From: Florian Jacob Date: Fri, 18 May 2018 13:01:16 +0200 Subject: [PATCH] update proc_macro2 to fix build with current nightly --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55d7f5e4..0668fcfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ version = "0.13.4" features = ["full"] [dependencies.proc-macro2] -version = "0.3.8" +version = "0.4.1" features = ["nightly"] [dev-dependencies]