chore: change maintance status
This commit is contained in:
parent
d6c4722062
commit
8b78df6de5
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "itconfig-macro"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
||||
description = "Easy build a configs from environment variables and use it in globally."
|
||||
categories = ["config", "web-programming"]
|
||||
|
@ -27,4 +27,4 @@ lazy_static = "1.4.0"
|
|||
|
||||
[badges]
|
||||
travis-ci = { repository = "icetemple/itconfig-rs" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
maintenance = { status = "passively-maintained" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "itconfig"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
||||
description = "Easy build a configs from environment variables and use it in globally."
|
||||
categories = ["config", "web-programming"]
|
||||
|
@ -57,7 +57,7 @@ bool = []
|
|||
|
||||
[badges]
|
||||
travis-ci = { repository = "icetemple/itconfig-rs" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
maintenance = { status = "passively-maintained" }
|
||||
|
||||
|
||||
# https://docs.rs/about
|
||||
|
|
Reference in a new issue