From 8cb38e0433f2de298ecec30e9cd41e6e58de3eb5 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 13 Sep 2019 17:38:15 +0200 Subject: [PATCH] Move maintenance badge to top --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6661060..f4e1b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ * is-it-maintained badges had wrong repository definitions * 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 diff --git a/Cargo.toml b/Cargo.toml index 48f4f92..3f13693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,9 @@ license = "MIT" edition = "2018" [badges] +maintenance = { status = "actively-developed" } is-it-maintained-issue-resolution = { repository = "ISibboI/evalexpr" } is-it-maintained-open-issues = { repository = "ISibboI/evalexpr" } -maintenance = { status = "actively-developed" } [lib] name = "evalexpr"