Commit cb40659e authored by Tyler Neely's avatar Tyler Neely

bump version

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