Skip to content

Commit

Permalink
chore: update to 0.21.0 release of rocksdb
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed May 16, 2023
1 parent 78259bb commit e0427fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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/).

## [3.3.0] - 2023-05-10
### Changed
- Upgrade to `rust-rocksdb` 0.21.0 release.

## [3.2.0] - 2023-02-20
### Changed
- Upgrade to `rust-rocksdb` 0.20.1 release.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mokuroku"
version = "3.2.0"
version = "3.3.0"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
edition = "2018"
description = "Secondary indices like PouchDB for RocksDB in Rust."
Expand All @@ -15,7 +15,7 @@ exclude = [

[dependencies]
anyhow = { version = "1.0.60", optional = true }
rocksdb = "0.20.1"
rocksdb = "0.21.0"
thiserror = "1.0.32"
serde_cbor = { version = "0.11.2", optional = true }

Expand Down

0 comments on commit e0427fb

Please sign in to comment.