From 707e788058511a94774c24e92fec946610b11760 Mon Sep 17 00:00:00 2001 From: baoyachi Date: Thu, 26 Aug 2021 16:04:36 +0800 Subject: [PATCH] update repository url --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 977ecf1..7f91c01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "duration-str" -version = "0.3.3" +version = "0.3.4" authors = ["baoyachi "] edition = "2018" description = "duration string parser" keywords = ["duration", "time", "duration-string", "duration-parser", "time-parser"] readme = "README.md" categories = ["parsing", "date-and-time"] -repository = "https://github.com/baoyachi/duration-str-rs" +repository = "https://github.com/baoyachi/duration-str" license = "MIT AND Apache-2.0"