Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Aug 5, 2023
1 parent cbf8448 commit 41eb333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ libwebp = { package = "webp", version = "0.2.2", default-features = false, optio
mp4parse = { version = "0.17.0", optional = true }
png = { version = "0.17.6", optional = true }
qoi = { version = "0.4", optional = true }
ravif = { version = "0.11.0", default-features = false, optional = true, features = [] }
ravif = { version = "0.11.0", default-features = false, optional = true }
rgb = { version = "0.8.25", optional = true }
tiff = { version = "0.9.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion fuzz-afl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "image-fuzz-afl"
version = "0.0.1"
authors = ["HeroicKatora"]
edition = "2021"
publish = false

[dependencies.image]
Expand Down

0 comments on commit 41eb333

Please sign in to comment.