From 0a55494ec5a4ed0377dc010f91325f5eacdede3f Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 13 Sep 2019 17:36:52 +0200 Subject: [PATCH] Fix maintenance status --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 886b95d..b3c6651 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" [badges] is-it-maintained-issue-resolution = { repository = "ISibboI/evalexpr" } is-it-maintained-open-issues = { repository = "ISibboI/evalexpr" } -maintenance = { status = "actively-maintained" } +maintenance = { status = "actively-developed" } [lib] name = "evalexpr"