use new version of librocksdb-sys, targeting rocksdb 5.6.1

master
Tyler Neely 7 years ago
parent 77db662562
commit 4c395d3a86
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
=========
0.7.1 (2017-08-29)
~~~~~~~~~~~~~~~~~~~~
* Bumped rocksdb to 5.6.1 (vmx)
0.7 (2017-07-26)
~~~~~~~~~~~~~~~~~~~~

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

Loading…
Cancel
Save