From c4bdb6514ccb1d6f147c7b15e90dc81441e96753 Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Sun, 11 Jan 2015 14:31:18 -0500 Subject: [PATCH] remove compilation warning. all is calm, for now --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f0fa301..acbd5e5 100644 --- a/README.md +++ b/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