mirror of
https://github.com/bspeice/dtparse
synced 2024-11-12 17:08:09 -05:00
Delete unused chrono-tz dependency
This commit is contained in:
parent
440ba918f6
commit
61d3ed025e
@ -17,7 +17,6 @@ name = "dtparse"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
chrono-tz = "0.5"
|
||||
lazy_static = "1.1"
|
||||
num-traits = "0.2"
|
||||
rust_decimal = "^0.10.1"
|
||||
|
@ -74,7 +74,6 @@
|
||||
extern crate lazy_static;
|
||||
|
||||
extern crate chrono;
|
||||
extern crate chrono_tz;
|
||||
extern crate num_traits;
|
||||
extern crate rust_decimal;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user