mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-04-24 18:52:16 +00:00
gah fix regex version
This commit is contained in:
parent
09d333ba11
commit
92055a1e2c
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user