Move maintenance badge to top
This commit is contained in:
parent
c6fd19b252
commit
8cb38e0433
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
* is-it-maintained badges had wrong repository definitions
|
* is-it-maintained badges had wrong repository definitions
|
||||||
* maintenance status was given wrongly
|
* maintenance status was given wrongly
|
||||||
|
* move maintenance status to top
|
||||||
|
|
||||||
## [5.0.4](https://github.com/ISibboI/evalexpr/compare/5.0.3...5.0.4) - 2019-09-13
|
## [5.0.4](https://github.com/ISibboI/evalexpr/compare/5.0.3...5.0.4) - 2019-09-13
|
||||||
|
|
||||||
|
@ -13,9 +13,9 @@ license = "MIT"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
is-it-maintained-issue-resolution = { repository = "ISibboI/evalexpr" }
|
is-it-maintained-issue-resolution = { repository = "ISibboI/evalexpr" }
|
||||||
is-it-maintained-open-issues = { repository = "ISibboI/evalexpr" }
|
is-it-maintained-open-issues = { repository = "ISibboI/evalexpr" }
|
||||||
maintenance = { status = "actively-developed" }
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "evalexpr"
|
name = "evalexpr"
|
||||||
|
Loading…
Reference in New Issue
Block a user