Update readme for 0.0.5 release.

master
Tyler Neely 9 years ago
parent 1f3471ca13
commit 66b885a323
  1. 5
      README.md

@ -2,7 +2,8 @@ rust-rocksdb
============ ============
[![Build Status](https://travis-ci.org/spacejam/rust-rocksdb.svg?branch=master)](https://travis-ci.org/spacejam/rust-rocksdb) [![Build Status](https://travis-ci.org/spacejam/rust-rocksdb.svg?branch=master)](https://travis-ci.org/spacejam/rust-rocksdb)
This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.0.4 crate should work with the 1.0.0-alpha.2 Rust release. Currently, travis is only testing the nightly, but this may change when the beta drops. This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.0.5 crate should work with the Rust nightly release as of 7/1/15.
###### Prerequisite: RocksDB ###### Prerequisite: RocksDB
```bash ```bash
wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz
@ -14,7 +15,7 @@ sudo make install
###### Cargo.toml ###### Cargo.toml
```rust ```rust
[dependencies] [dependencies]
rocksdb = "~0.0.4" rocksdb = "~0.0.5"
``` ```
###### Code ###### Code
```rust ```rust

Loading…
Cancel
Save