mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-04-25 11:12:14 +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
|
# needed if you are writing your own tokenizer by
|
||||||
# hand (or if you are already using the regex crate)
|
# hand (or if you are already using the regex crate)
|
||||||
[dependencies.regex]
|
[dependencies.regex]
|
||||||
version = "0.13.1"
|
version = "0.2.0"
|
||||||
|
|
||||||
# Add a dependency on the LALRPOP runtime library:
|
# Add a dependency on the LALRPOP runtime library:
|
||||||
[dependencies.lalrpop-util]
|
[dependencies.lalrpop-util]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user