README.md: Mention a version of the regex crate that actually exists

This commit is contained in:
Federico Mena Quintero 2017-03-21 20:34:52 -06:00
parent a26cd51862
commit b64b1480b5

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.12.5"
version = "0.2.1"
# Add a dependency on the LALRPOP runtime library:
[dependencies.lalrpop-util]