mirror of
https://github.com/bspeice/dtparse
synced 2024-11-12 17:08:09 -05:00
Merge pull request #44 from nibon7/chrono
Don't use `oldtime` feature of chrono
This commit is contained in:
commit
92a2e16577
@ -17,7 +17,7 @@ maintenance = { status = "passively-maintained" }
|
||||
name = "dtparse"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.24"
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
|
||||
lazy_static = "1.4.0"
|
||||
num-traits = "0.2.15"
|
||||
rust_decimal = { version = "1.29.1", default-features = false }
|
||||
|
Loading…
Reference in New Issue
Block a user