From f802e376ab9b0f3f7f2f6ac626d5e4c36c8e5702 Mon Sep 17 00:00:00 2001 From: Kogia-sima Date: Tue, 25 Oct 2022 22:41:00 +0900 Subject: [PATCH] Fix proc-macro2 version conflict --- 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 1e6a69c..89b1e5d 100644 --- a/sailfish-compiler/Cargo.toml +++ b/sailfish-compiler/Cargo.toml @@ -35,7 +35,7 @@ default-features = false features = ["parsing", "full", "visit-mut", "printing"] [dependencies.proc-macro2] -version = ">=1.0.11, <=1.0.43" +version = ">=1.0.11, <1.1.0" default-features = false features = ["span-locations"]