From 00256cf88526a8f83c0c8605d09a05296a4de3d0 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Sun, 5 Jan 2020 13:27:46 +0000 Subject: [PATCH] Set a maintenance status Putting this as passively-maintained since this crate is mostly feature complete. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e88a627..aa0f471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,7 @@ criterion = "0.3.0" [badges] travis-ci = { repository = "achanda/ipnetwork" } +maintenance = { status = "passively-maintained" } [features] default = ["serde"]