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