Update regex to 1.0

This commit is contained in:
Bastien Orivel 2018-07-06 19:45:24 +02:00
parent c90737e6c8
commit 1766867cf4
6 changed files with 60 additions and 50 deletions

View file

@ -27,7 +27,7 @@ time = "0.1.12"
task_info = {path = "../../support/rust-task_info"}
[target.'cfg(target_os = "linux")'.dependencies]
regex = "0.2"
regex = "1.0"
[target.'cfg(not(target_os = "windows"))'.dependencies]
libc = "0.2"