Skip to content

Commit

Permalink
core: fix release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed Jul 6, 2024
1 parent 71d36af commit a21eba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metre-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/ramiroaisen/metre"
documentation = "https://docs.rs/metre"
readme = "../README.md"
keywords = ["configuration", "config", "loader", "env"]
categories = ["config", "environment-variables"]
categories = ["config"]
authors = ["Ramiro Aisen <ramiroaisen@gmail.com>"]


Expand Down
2 changes: 1 addition & 1 deletion metre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation = "https://docs.rs/metre"
license = "Apache-2.0"
readme = "../README.md"
keywords = ["configuration", "config", "loader", "env"]
categories = ["config", "environment-variables"]
categories = ["config"]
authors = ["Ramiro Aisen <ramiroaisen@gmail.com>"]

[features]
Expand Down

0 comments on commit a21eba7

Please sign in to comment.