remove compilation warning. all is calm, for now

master
Tyler Neely 10 years ago
parent e990549b77
commit c4bdb6514c
  1. 4
      README.md

@ -1,14 +1,12 @@
rust-rocksdb
============
note: broken due to updates, expect parity with the nightly by 0:00 1/12/15 EST.
### running
Install RocksDB. rust-rocksdb has been tested with version 3.8.1 on linux and OSX.
###### Cargo.toml
```rust
[dependencies]
rocksdb = "~0.0.2"
rocksdb = "~0.0.3"
```
###### Code
```rust

Loading…
Cancel
Save