diff --git a/Cargo.toml b/Cargo.toml index 7048181..62dd8cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "David Greenberg "] license = "Apache-2.0" exclude = [ diff --git a/README.md b/README.md index 4956dd9..e17ca89 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/.ffi.rs.swo b/src/.ffi.rs.swo deleted file mode 100644 index e0454f6..0000000 Binary files a/src/.ffi.rs.swo and /dev/null differ diff --git a/src/.merge_operator.rs.swo b/src/.merge_operator.rs.swo deleted file mode 100644 index e6c63cf..0000000 Binary files a/src/.merge_operator.rs.swo and /dev/null differ diff --git a/src/.rocksdb.rs.swo b/src/.rocksdb.rs.swo deleted file mode 100644 index 718d6f1..0000000 Binary files a/src/.rocksdb.rs.swo and /dev/null differ diff --git a/test/.test_column_family.rs.swo b/test/.test_column_family.rs.swo deleted file mode 100644 index 9e9087a..0000000 Binary files a/test/.test_column_family.rs.swo and /dev/null differ