diff --git a/Cargo.lock b/Cargo.lock index a1cfc7e..3ea6633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.13.0" +version = "0.13.1" dependencies = [ "jiff", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 5a8ef3a..debec91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parse_datetime" description = "parsing human-readable time strings and converting them to a DateTime" -version = "0.13.0" +version = "0.13.1" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"