Skip to content

Commit

Permalink
0.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Nov 8, 2024
1 parent 65fad6e commit 4ae3c4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.16.0

### Added

- Added `zstdmt` feature which sets zstd compression to use all available cores.
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 = "rpm"
version = "0.15.1"
version = "0.16.0"
authors = [
"René Richter <[email protected]>",
"Bernhard Schuster <[email protected]>",
Expand Down Expand Up @@ -33,7 +33,7 @@ path = "tests/signatures.rs"

[dependencies]
bitflags = "2"
thiserror = "1"
thiserror = "2.0.0"
nom = "7"
num-traits = "0.2"
num-derive = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![crates.io](https://img.shields.io/crates/v/rpm.svg)](https://crates.io/crates/rpm)
[![docs.rs](https://docs.rs/rpm/badge.svg)](https://docs.rs/rpm)
[![MSRV](https://img.shields.io/badge/rustc-1.74.0+-ab6000.svg)](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html)
[![MSRV](https://img.shields.io/badge/rustc-1.75.0+-ab6000.svg)](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)

## RPM-RS

Expand Down

0 comments on commit 4ae3c4d

Please sign in to comment.