mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
README.md: Mention a version of the regex crate that actually exists
This commit is contained in:
parent
a26cd51862
commit
b64b1480b5
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user