Skip to content

Commit 7442182

Browse files
committed
Auto merge of #696 - mgeisler:patch-1, r=alexcrichton
Add CI badges
2 parents 598469f + 9f3d28d commit 7442182

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ A library for types and bindings to native C functions often found in libc or
1313
other common platform libraries.
1414
"""
1515

16+
[badges]
17+
travis-ci = { repository = "rust-lang/libc" }
18+
appveyor = { repository = "rust-lang-libs/libc" }
19+
1620
[features]
1721
default = ["use_std"]
1822
use_std = []

0 commit comments

Comments
 (0)