Use explicit versions for regex and regex_macros. Avoid using undocumented "*" feature.
This commit is contained in:
parent
3566c3a793
commit
a8c866d1ea
|
@ -16,7 +16,7 @@ name = "chrono"
|
|||
|
||||
[dependencies]
|
||||
time = "0.1.14"
|
||||
regex = "*"
|
||||
regex_macros = "*"
|
||||
regex = "0.1.12"
|
||||
regex_macros = "0.1.6"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue