Update proc-macro2 (fix #32)

This commit is contained in:
Kogia-sima 2020-11-11 10:46:40 +09:00
parent 2ecc5ce63f
commit af6c052b1f
1 changed files with 1 additions and 1 deletions

View File

@ -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"]