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.
2 parents d567e43 + 13471bc commit 5581f7dCopy full SHA for 5581f7d
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.5 (2022-05-02)
6
+
7
+- Fix single threaded usage in WASM target.
8
9
## v0.2.4 (2022-04-01)
10
11
- Corrects minimal version requirements of dependency `rayon`.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "jpeg-decoder"
-version = "0.2.4"
+version = "0.2.5"
authors = ["The image-rs Developers"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
0 commit comments