Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YushiOMOTE committed Jul 14, 2022
1 parent b7f84a8 commit 819a23b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 econf-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "econf-derive"
version = "0.2.0"
version = "0.2.1"
authors = ["Yushi OMOTE <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions econf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "econf"
version = "0.2.0"
version = "0.2.1"
authors = ["Yushi OMOTE <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
log = "0.4"
serde = "1.0"
serde_yaml = "0.8"
econf-derive = { version = "0.2.0", path = "../econf-derive" }
econf-derive = { version = "0.2.1", path = "../econf-derive" }
parse_duration = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 819a23b

Please sign in to comment.