From e5bee39f45ebb62b251ad12bedce1ffc9ffa29a3 Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Sun, 2 Aug 2015 15:03:49 -0700 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4956dd9..93e3f55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ rust-rocksdb ============ [![Build Status](https://travis-ci.org/spacejam/rust-rocksdb.svg?branch=master)](https://travis-ci.org/spacejam/rust-rocksdb) +[![crates.io](http://meritbadge.herokuapp.com/rocksdb)](https://crates.io/crates/rocksdb) This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.1.0 crate should work with the Rust 1.1 stable and nightly releases as of 8/2/15.