diff --git a/Cargo.lock b/Cargo.lock index 95aa4c0..106bebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,7 +535,7 @@ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" [[package]] name = "parse_datetime" -version = "0.15.0" +version = "0.16.0" dependencies = [ "codspeed-criterion-compat", "jiff", diff --git a/Cargo.toml b/Cargo.toml index 6b86483..273f880 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 Zoned datetime" -version = "0.15.0" +version = "0.16.0" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"