Skip to content

Commit

Permalink
release: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
N4D1K-lgtm committed May 4, 2024
1 parent 4676dee commit f1c44ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "A simple rust application configuration derive macro."
name = "confgr"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/N4D1K-lgtm/confgr"
Expand All @@ -13,8 +13,8 @@ categories = ["config", "rust-patterns", "development-tools"]
homepage = "https://github.com/N4D1K-lgtm/confgr"

[dependencies]
confgr_derive = { path = "crates/confgr_derive", version = "0.2.0" }
confgr_core = { path = "crates/confgr_core", version = "0.2.0" }
confgr_derive = { path = "crates/confgr_derive", version = "0.2.1" }
confgr_core = { path = "crates/confgr_core", version = "0.2.1" }
config = "0.14.0"

[dev-dependencies]
Expand All @@ -27,7 +27,7 @@ tempfile = "3.10.1"
members = ["crates/*"]

[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/N4D1K-lgtm/confgr"
Expand Down

0 comments on commit f1c44ac

Please sign in to comment.