From 8a15c9764bd0860fb0b8879ee27cb6aee6e1d30d Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Fri, 22 Nov 2019 02:26:48 +0900 Subject: [PATCH] Change the project status badge to "passively-maintained" This crate provides low-level features and they seem to be working well. I'll maintain this crate (to add features, fix bugs, refactor, and support more data), but currently I have no plan to add new features or change the API drastically. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2efd16a..7ae8a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ string-interner = { version = "0.7", optional = true, default-features = false } env_logger = "0.7" [badges] -maintenance = { status = "actively-developed" } +maintenance = { status = "passively-maintained" } travis-ci = { repository = "lo48576/fbxcel" } [[example]]