mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-30 14:32:19 +00:00
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…
x
Reference in New Issue
Block a user