Skip to content

Commit

Permalink
chore: update rocksdb to 0.18.0 release
Browse files Browse the repository at this point in the history
Remove unused dev-dependencies

cargo test passes
  • Loading branch information
nlfiedler committed Feb 12, 2022
1 parent fa569e4 commit 6b991a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.7.0] - 2022-02-12
### Changed
- Upgrade to `rust-rocksdb` 0.18.0 release.
- Remove unused dev-dependencies.

## [2.6.0] - 2021-07-22
### Changed
- Upgrade to `rust-rocksdb` 0.17.0 release.
Expand Down
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mokuroku"
version = "2.6.0"
version = "2.7.0"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
edition = "2018"
description = "Secondary indices like PouchDB for RocksDB in Rust."
Expand All @@ -15,13 +15,10 @@ exclude = [

[dependencies]
failure = "0.1.8"
rocksdb = "0.17.0"
rocksdb = "0.18.0"

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

0 comments on commit 6b991a7

Please sign in to comment.