gah fix regex version

This commit is contained in:
Niko Matsakis 2017-06-16 17:52:36 -04:00 committed by GitHub
parent 09d333ba11
commit 92055a1e2c

View File

@ -65,7 +65,7 @@ build = "build.rs" # LALRPOP preprocessing
# needed if you are writing your own tokenizer by
# hand (or if you are already using the regex crate)
[dependencies.regex]
version = "0.13.1"
version = "0.2.0"
# Add a dependency on the LALRPOP runtime library:
[dependencies.lalrpop-util]