Allow proc-macro2 v1.0.19 as a dependency

This commit is contained in:
Kogia-sima 2020-07-21 07:22:34 +09:00
parent a3fdc8e226
commit 9765de213f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ default-features = false
features = ["parsing", "full", "visit-mut", "printing", "clone-impls", "extra-traits"]
[dependencies.proc-macro2]
version = ">=1.0.11, <=1.0.18"
version = ">=1.0.11, <=1.0.19"
default-features = false
features = ["span-locations"]