Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Using a specific version for image-webp
Browse files Browse the repository at this point in the history
  • Loading branch information
porkbrain committed Jul 5, 2024
1 parent 454f8f4 commit cd21cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ["examples", "assets"]

[dependencies]
image = "0.25"
image-webp = "*" # we want the one that image uses
image-webp = "0.1" # we want the one that image uses
thiserror = "1.0"
tokio = { version = "1.35", features = ["rt", "sync", "rt-multi-thread"] }
uuid = "1.7"
Expand Down

0 comments on commit cd21cef

Please sign in to comment.