From 77eea20ecf33496e61864e5af81316e34bd10025 Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 26 Jun 2018 10:02:15 +0800 Subject: [PATCH] Fix repository URL in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fb44b7a..3f61863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dtparse" version = "0.8.0" authors = ["Bradlee Speice "] description = "A dateutil-compatible timestamp parser for Rust" -repository = "https://github.com/bspeice/dtparser.git" +repository = "https://github.com/bspeice/dtparse.git" readme = "README.md" categories = ["date-and-time"] license = "Apache-2.0" @@ -18,4 +18,4 @@ name = "dtparse" chrono = "0.4" lazy_static = "1.0" num-traits = "0.2" -rust_decimal = "0.8" \ No newline at end of file +rust_decimal = "0.8"