Skip to content

Commit cd577c1

Browse files
committed
Fix and add badges in manifest
Fix the `maintenance` key, and add CI badges.
1 parent 4f0790b commit cd577c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ repository = "https://github.com/erickt/rust-zmq"
1313
readme = "README.md"
1414
build = "build.rs"
1515
edition = "2018"
16-
maintainance = { status = "passively-maintained" }
16+
17+
[badges]
18+
maintenance = { status = "passively-maintained" }
19+
travis-ci = { repository = "erickt/rust-zmq" }
20+
appveyor = { repository = "erickt/rust-zmq" }
1721

1822
[features]
1923
default = ["zmq_has"]

0 commit comments

Comments
 (0)