We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e091f5 commit 77dff2dCopy full SHA for 77dff2d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## v0.2.4 (2022-04-01)
6
+
7
+- Corrects minimal version requirements of dependency `rayon`.
8
9
## v0.2.3 (2022-02-14)
10
11
- Added `Decoder::set_max_decoding_buffer_size` which limits the bytes
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "jpeg-decoder"
-version = "0.2.3"
+version = "0.2.4"
authors = ["The image-rs Developers"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
0 commit comments