From af6c052b1fe385a3e2c991936775a8ff640c4dad Mon Sep 17 00:00:00 2001 From: Kogia-sima Date: Wed, 11 Nov 2020 10:46:40 +0900 Subject: [PATCH] Update proc-macro2 (fix #32) --- sailfish-compiler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sailfish-compiler/Cargo.toml b/sailfish-compiler/Cargo.toml index d91266e..3b4653b 100644 --- a/sailfish-compiler/Cargo.toml +++ b/sailfish-compiler/Cargo.toml @@ -33,7 +33,7 @@ default-features = false features = ["parsing", "full", "visit-mut", "printing", "clone-impls", "extra-traits"] [dependencies.proc-macro2] -version = ">=1.0.11, <=1.0.19" +version = ">=1.0.11, <=1.0.24" default-features = false features = ["span-locations"]