try to make lalrpop depend on a more recent version of the unicode-xid crate

This commit is contained in:
Daniel Kahn Gillmor 2019-10-22 20:21:15 -04:00
parent 4d7874dc9a
commit 5abb222fbf

View File

@ -30,7 +30,7 @@ serde = "1.0"
serde_derive = "1.0"
string_cache = "0.7.1"
term = "0.5"
unicode-xid = "0.1"
unicode-xid = "0.2"
sha2 = "0.8.0"
[dev-dependencies]