diff --git a/Cargo.lock b/Cargo.lock index 0d099a3..6af6ced 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "parse_datetime" -version = "0.4.0" +version = "0.5.0" dependencies = [ "chrono", "regex", diff --git a/Cargo.toml b/Cargo.toml index 9e9fd40..b28ba6f 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.4.0" +version = "0.5.0" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime" diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index ddc32e3..5a7c0fd 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -79,7 +79,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "fuzz_parse_datetime" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono", "libfuzzer-sys", @@ -186,7 +186,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "parse_datetime" -version = "0.4.0" +version = "0.5.0" dependencies = [ "chrono", "regex", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index ffe1217..b5a0de8 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzz_parse_datetime" -version = "0.1.0" +version = "0.2.0" edition = "2021" [package.metadata]