Commit 0f3a6891 authored by Tyler Neely's avatar Tyler Neely

Bump version to 0.3.0.

parent 8dffaa35
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
name = "rocksdb" name = "rocksdb"
description = "A Rust wrapper for Facebook's RocksDB embeddable database." description = "A Rust wrapper for Facebook's RocksDB embeddable database."
version = "0.2.2" version = "0.3.0"
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"] authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"]
license = "Apache-2.0" license = "Apache-2.0"
keywords = ["database", "embedded", "LSM-tree", "persistence"] keywords = ["database", "embedded", "LSM-tree", "persistence"]
......
...@@ -3,7 +3,7 @@ rust-rocksdb ...@@ -3,7 +3,7 @@ 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)
[![crates.io](http://meritbadge.herokuapp.com/rocksdb)](https://crates.io/crates/rocksdb) [![crates.io](http://meritbadge.herokuapp.com/rocksdb)](https://crates.io/crates/rocksdb)
This library has been tested against RocksDB 3.13.1 on linux and OSX. The 0.2.2 crate should work with the Rust 1.5 stable and nightly releases as of 12/8/15. This library has been tested against RocksDB 3.13.1 on linux and OSX. The 0.3.0 crate should work with the Rust 1.5 stable and nightly releases as of 1/4/16.
### status ### status
- [x] basic open/put/get/delete/close - [x] basic open/put/get/delete/close
...@@ -36,7 +36,7 @@ sudo make install ...@@ -36,7 +36,7 @@ sudo make install
###### Cargo.toml ###### Cargo.toml
```rust ```rust
[dependencies] [dependencies]
rocksdb = "0.2.2" rocksdb = "0.3.0"
``` ```
###### Code ###### Code
```rust ```rust
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment