Skip to content

Commit

Permalink
Bump the 'jpeg' version requirement to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder authored and HeroicKatora committed Nov 11, 2022
1 parent bf0a96b commit dffefce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -35,7 +35,7 @@ byteorder = "1.3.2"
num-rational = { version = "0.4", default-features = false }
num-traits = "0.2.0"
gif = { version = "0.11.1", optional = true }
jpeg = { package = "jpeg-decoder", version = "0.2.1", default-features = false, optional = true }
jpeg = { package = "jpeg-decoder", version = "0.3.0", default-features = false, optional = true }
png = { version = "0.17.6", optional = true }
scoped_threadpool = { version = "0.1", optional = true }
tiff = { version = "0.7.1", optional = true }
Expand All @@ -56,7 +56,7 @@ quickcheck = "1"
criterion = "0.3"
# Keep this in sync with the jpeg dependency above. This is used to enable the platform_independent
# feature when testing, so `cargo test` works correctly.
jpeg = { package = "jpeg-decoder", version = "0.2.1", default-features = false, features = ["platform_independent"] }
jpeg = { package = "jpeg-decoder", version = "0.3.0", default-features = false, features = ["platform_independent"] }

[features]
# TODO: Add "avif" to this list while preparing for 0.24.0
Expand Down

0 comments on commit dffefce

Please sign in to comment.