Commit cb40659e authored by Tyler Neely's avatar Tyler Neely

bump version

parent 0db7837d
......@@ -2,6 +2,6 @@
name = "rocksdb"
description = "A rust wrapper for Facebook's RocksDB embeddable database."
version = "0.0.1"
version = "0.0.2"
authors = ["Tyler Neely <t@jujit.su>"]
license = "Apache-2.0"
......@@ -6,7 +6,7 @@ Install RocksDB. rust-rocksdb has been tested with version 3.8.1 on linux and O
###### Cargo.toml
```rust
[dependencies]
rocksdb = "~0.0.1"
rocksdb = "~0.0.2"
```
###### 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