diff --git a/Cargo.lock b/Cargo.lock index 397acb8..5e06922 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,7 +151,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "parse_datetime" -version = "0.6.0" +version = "0.7.0" dependencies = [ "chrono", "nom", diff --git a/Cargo.toml b/Cargo.toml index 7f2c4d9..ec1be1a 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.6.0" +version = "0.7.0" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"