From 64718e2cdccac5d577055d97cb37f484b5be8f0d Mon Sep 17 00:00:00 2001 From: baoyachi Date: Fri, 30 Jul 2021 02:57:30 +0800 Subject: [PATCH] upgrade to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3efa91..6eca5df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duration-str" -version = "0.2.0" +version = "0.3.0" authors = ["baoyachi "] edition = "2018" description = "duration string parser"