Skip to content

Commit 8b84d36

Browse files
committed
Update maintenance status
1 parent 58bc628 commit 8b84d36

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ serde = "1"
1919
[dev-dependencies]
2020
version-sync = "0.8"
2121
serde = { version = "1", features = ["derive"] }
22+
23+
[badges]
24+
maintenance = { status = "passively-maintained" }

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![Docs](https://docs.rs/assert-json-diff/badge.svg)](https://docs.rs/assert-json-diff)
33
[![dependency status](https://deps.rs/repo/github/davidpdrsn/assert-json-diff/status.svg)](https://deps.rs/repo/github/davidpdrsn/assert-json-diff)
44
[![Build status](https://github.com/davidpdrsn/assert-json-diff/workflows/CI/badge.svg)](https://github.com/davidpdrsn/assert-json-diff/actions)
5+
![maintenance-status](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
56

67
# assert-json-diff
78

0 commit comments

Comments
 (0)