Commit f228e376 authored by Tyler Neely's avatar Tyler Neely

small cleanup for 0.1.1

parent a09580fe
......@@ -2,7 +2,7 @@
name = "rocksdb"
description = "A Rust wrapper for Facebook's RocksDB embeddable database."
version = "0.1.0"
version = "0.1.1"
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"]
license = "Apache-2.0"
exclude = [
......
......@@ -2,7 +2,7 @@ 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.1.0 crate should work with the Rust 1.1 stable and nightly releases as of 8/2/15.
This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.1.1 crate should work with the Rust 1.2 stable and nightly releases as of 9/7/15.
### status
- [x] basic open/put/get/delete/close
......@@ -14,7 +14,7 @@ This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.1.0
- [x] iterator
- [x] comparator
- [x] snapshot
- [ ] column family operations
- [x] column family operations
- [ ] slicetransform
- [ ] windows support
......@@ -31,7 +31,7 @@ sudo make install
###### Cargo.toml
```rust
[dependencies]
rocksdb = "~0.1.0"
rocksdb = "~0.1.1"
```
###### Code
```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