Skip to content

Commit 96fe0f0

Browse files
committed
bump metadata
1 parent 4dca4bf commit 96fe0f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "rocksdb"
44
description = "A Rust wrapper for Facebook's RocksDB embeddable database."
5-
version = "0.4.1"
5+
version = "0.4.2"
66
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"]
77
license = "Apache-2.0"
88
keywords = ["database", "embedded", "LSM-tree", "persistence"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rust-rocksdb
33
[![Build Status](https://travis-ci.org/spacejam/rust-rocksdb.svg?branch=master)](https://travis-ci.org/spacejam/rust-rocksdb)
44
[![crates.io](http://meritbadge.herokuapp.com/rocksdb)](https://crates.io/crates/rocksdb)
55

6-
This library has been tested against RocksDB 3.13.1 on linux and OSX. The 0.4.1 crate should work with the Rust 1.9 stable and nightly releases as of 7/1/16.
6+
This library has been tested against RocksDB 3.13.1 on linux and OSX. The 0.4.2 crate should work with the Rust 1.9 stable and nightly releases as of 7/1/16.
77

88
### status
99
- [x] basic open/put/get/delete/close
@@ -36,7 +36,7 @@ sudo make install
3636
###### Cargo.toml
3737
```rust
3838
[dependencies]
39-
rocksdb = "0.4.1"
39+
rocksdb = "0.4.2"
4040
```
4141
###### Code
4242
```rust

0 commit comments

Comments
 (0)