mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
Merge pull request #504 from JustAPerson/update-regex
Update book to regex v1.0
This commit is contained in:
commit
d2af4c4260
@ -19,7 +19,7 @@ build = "build.rs" # LALRPOP preprocessing
|
||||
# crate, you can skip this dependency.)
|
||||
[dependencies]
|
||||
lalrpop-util = "0.17.2"
|
||||
regex = "0.2.0"
|
||||
regex = "1"
|
||||
|
||||
# Add a build-time dependency on the lalrpop library:
|
||||
[build-dependencies]
|
||||
|
@ -32,7 +32,7 @@ lalrpop = "0.17.2"
|
||||
|
||||
[dependencies]
|
||||
lalrpop-util = "0.17.2"
|
||||
regex = "0.2.1"
|
||||
regex = "1"
|
||||
```
|
||||
|
||||
Cargo can run [build scripts] as a pre-processing step,
|
||||
|
Loading…
x
Reference in New Issue
Block a user