Skip to content

Commit

Permalink
Merge pull request #46 from philolo1/feature/update-version
Browse files Browse the repository at this point in the history
update version to 0.5.0
  • Loading branch information
sylvestre authored Sep 14, 2023
2 parents c6feb9a + 1e43cc9 commit 02e5c22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzz_parse_datetime"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[package.metadata]
Expand Down

0 comments on commit 02e5c22

Please sign in to comment.