Skip to content

Commit

Permalink
chore: update to rocksdb 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Jul 23, 2021
1 parent 6a8c2ae commit fa569e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This file follows the convention described at
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [2.6.0] - 2021-07-22
### Changed
- Upgrade to `rust-rocksdb` 0.17.0 release.

## [2.5.0] - 2021-04-19
### Changed
- Upgrade to `rust-rocksdb` 0.16.0 release with ARM64 support (on Mac).
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mokuroku"
version = "2.5.0"
version = "2.6.0"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
edition = "2018"
description = "Secondary indices like PouchDB for RocksDB in Rust."
Expand All @@ -14,14 +14,14 @@ exclude = [
]

[dependencies]
failure = "0.1.5"
rocksdb = "0.16.0"
failure = "0.1.8"
rocksdb = "0.17.0"

[dev-dependencies]
clap = "2.33.0"
clap = "2.33.3"
chrono = { version = "0.4", features = ["serde"] }
crypto-hash = "0.3.4"
memmap = "0.7.0"
rand = "0.8.3"
rand = "0.8.4"
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11"

0 comments on commit fa569e4

Please sign in to comment.