Skip to content

Commit 2acd51d

Browse files
committed
Maintenance status
1 parent a4536aa commit 2acd51d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

rmp-serde/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ rmp = { version = "0.8.8", path = "../rmp" }
1919
[dev-dependencies]
2020
serde_bytes = "0.11.2"
2121
serde_derive = "1.0.99"
22+
23+
[badges]
24+
maintenance = { status = "passively-maintained" }

rmp/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ num-traits = "0.2.8"
1717

1818
[dev-dependencies]
1919
quickcheck = "0.9"
20+
21+
[badges]
22+
maintenance = { status = "passively-maintained" }

0 commit comments

Comments
 (0)