bump rocksdb to 5.6.2, suppress warnings causing travis to abort

master
Tyler Neely 7 years ago
parent 68f6a123df
commit 3e37a44cc1
No known key found for this signature in database
GPG Key ID: 23E6C4FBEAE5E4E3
  1. 5
      CHANGELOG.txt
  2. 4
      Cargo.toml

@ -1,6 +1,11 @@
Changelog Changelog
========= =========
0.7.2 (2017-09-02)
~~~~~~~~~~~~~~~~~~~~
* Bumped rocksdb to 5.6.2 (spacejam)
0.7.1 (2017-08-29) 0.7.1 (2017-08-29)
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
* Bumped rocksdb to 5.6.1 (vmx) * Bumped rocksdb to 5.6.1 (vmx)

@ -1,7 +1,7 @@
[package] [package]
name = "rocksdb" name = "rocksdb"
description = "Rust wrapper for Facebook's RocksDB embeddable database" description = "Rust wrapper for Facebook's RocksDB embeddable database"
version = "0.7.1" version = "0.7.2"
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"] authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"]
license = "Apache-2.0" license = "Apache-2.0"
keywords = ["database", "embedded", "LSM-tree", "persistence"] keywords = ["database", "embedded", "LSM-tree", "persistence"]
@ -19,4 +19,4 @@ valgrind = []
[dependencies] [dependencies]
libc = "0.2" libc = "0.2"
librocksdb-sys = { path = "librocksdb-sys", version = "5.6.1" } librocksdb-sys = { path = "librocksdb-sys", version = "5.6.2" }

Loading…
Cancel
Save