From eef377708bb37a3295339c49991c120c5f28eba0 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 15 Nov 2018 23:09:07 -0500 Subject: [PATCH] Fix Cargo.toml badge --- qadapt-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qadapt-macro/Cargo.toml b/qadapt-macro/Cargo.toml index 53c5adf..98d681c 100644 --- a/qadapt-macro/Cargo.toml +++ b/qadapt-macro/Cargo.toml @@ -15,7 +15,7 @@ categories = [ repository = "https://github.com/bspeice/qadapt.git" [badges] -maintenance = { static = "actively-developed" } +maintenance = { status = "actively-developed" } [lib] proc-macro = true