diff options
author | ivarflakstad <69173633+ivarflakstad@users.noreply.github.com> | 2024-07-29 23:41:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 17:41:33 +0200 |
commit | 24d54d0ff90ecc701f4a41770482a2611da05d15 (patch) | |
tree | 34fe4879ddb9e4bd19a18e50c66fe48acb37cc03 /Cargo.toml | |
parent | 636eff652aca3f0b1228535f7a67ebf61e49d813 (diff) | |
download | candle-24d54d0ff90ecc701f4a41770482a2611da05d15.tar.gz candle-24d54d0ff90ecc701f4a41770482a2611da05d15.tar.bz2 candle-24d54d0ff90ecc701f4a41770482a2611da05d15.zip |
Bump image crate version so ImageReader is available without aliasing (#2365)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ gemm = { version = "0.17.0", features = ["wasm-simd128-enable"] } hf-hub = "0.3.0" half = { version = "2.3.1", features = ["num-traits", "use-intrinsics", "rand_distr"] } hound = "3.5.1" -image = { version = "0.25.0", default-features = false, features = ["jpeg", "png"] } +image = { version = "0.25.2", default-features = false, features = ["jpeg", "png"] } imageproc = { version = "0.24.0", default-features = false } intel-mkl-src = { version = "0.8.1", features = ["mkl-static-lp64-iomp"] } libc = { version = "0.2.147" } |