Merge pull request #504 from JustAPerson/update-regex

Update book to regex v1.0
This commit is contained in:
Markus Westerlind 2020-02-21 10:19:10 +01:00 committed by GitHub
commit d2af4c4260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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,