From ed919e84ef4c4fe09177cd79465e315910460f90 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Wed, 15 Jun 2022 22:21:25 -0400 Subject: [PATCH] #38: Release new dateutil version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d4b36f..3b9e00d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dtparse" -version = "1.2.0" +version = "1.3.0" authors = ["Bradlee Speice "] description = "A dateutil-compatible timestamp parser for Rust" repository = "https://github.com/bspeice/dtparse.git"