Skip to content

Commit

Permalink
fix(image): Image downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Apr 12, 2024
1 parent 9bacc0d commit 33b3cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraw-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage = "https://github.com/aftershootco/libraw-sys"

[dependencies]
futures = { version = "0.3.28", optional = true }
image = { version = "0.25" , optional = true }
image = { version = "0.24" , optional = true }
img-parts = { version = "0.3.0", optional = true }
libc = { version = "0.2.135", optional = true }
libraw-sys = { version = "1.0.0-rc.2", path = "../libraw-sys" }
Expand Down

0 comments on commit 33b3cf7

Please sign in to comment.