From ddddb8cb5e8f99852018d568407128be03bfa363 Mon Sep 17 00:00:00 2001 From: Konstantin Gukov Date: Tue, 1 May 2018 22:53:04 +0500 Subject: [PATCH] bump chrono to 0.4.2 new version has nanoseconds parsing support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dceaa1b..a09a1f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "1.0.0" [dependencies] pyo3 = "0.2.6" -chrono = "0.4" +chrono = "0.4.2" [lib] name = "dtparse"