From 6bd00767a1079cb45b60e712459997da27ca8f7f Mon Sep 17 00:00:00 2001 From: baoyachi Date: Mon, 22 Apr 2024 01:35:25 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee0656d..053754a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duration-str" -version = "0.8.1" +version = "0.8.1-pre" authors = ["baoyachi "] edition = "2021" description = "duration string parser"