aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-12-12 09:14:22 -0500
committerGitHub <[email protected]>2017-12-12 09:14:22 -0500
commit5465f0bb4a07db3fff17e3d601532b59c3ff30c8 (patch)
treeea55b782213b3e168767737166444faef1bd4247
parentFix link (diff)
parentAdd crates.io badge (diff)
downloadrust-openssl-5465f0bb4a07db3fff17e3d601532b59c3ff30c8.tar.xz
rust-openssl-5465f0bb4a07db3fff17e3d601532b59c3ff30c8.zip
Merge pull request #793 from bjgill/patch-1
Add crates.io badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 067a538d..8b80170b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# rust-openssl
-[![CircleCI](https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield)](https://circleci.com/gh/sfackler/rust-openssl) [![Build status](https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master?svg=true)](https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master)
+[![CircleCI](https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield)](https://circleci.com/gh/sfackler/rust-openssl) [![Build status](https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master?svg=true)](https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master) [![crates.io](https://img.shields.io/crates/v/openssl.svg)](https://crates.io/crates/openssl)
[Documentation](https://docs.rs/openssl).