Skip to content

Commit 462b7d8

Browse files
authored
Pin jpeg-decoder to restart-boundary fix branch (#73)
* Pin jpeg-decoder to restart-boundary fix fork Use a crates.io patch override to pull TidalPaladin/jpeg-decoder branch fix/lossless-restart-boundary-286 and lock the resolved commit. * Document temporary jpeg-decoder fork pin Note that the git override should be removed once image-rs/jpeg-decoder#287 is available in a stable crates.io release.
1 parent 14383ff commit 462b7d8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ criterion = "0.8"
4949
[workspace]
5050
resolver = "2"
5151

52+
[patch.crates-io]
53+
# Temporary pin for restart-boundary lossless JPEG decoding fix.
54+
# Switch back to crates.io once image-rs/jpeg-decoder#287 lands in a stable release.
55+
jpeg-decoder = { git = "https://github.com/TidalPaladin/jpeg-decoder.git", branch = "fix/lossless-restart-boundary-286" }
56+
5257
[profile.release]
5358
codegen-units = 1
5459
lto = "fat"

0 commit comments

Comments
 (0)