Skip to content

Commit

Permalink
Fix speed regression
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 2, 2022
1 parent b2f707c commit add60f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ravif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ravif"
description = "rav1e-based pure Rust library for encoding images in AVIF format (powers the `cavif` tool)"
version = "0.9.3"
version = "0.9.4"
authors = ["Kornel Lesiński <[email protected]>"]
edition = "2021"
license = "BSD-3-Clause"
Expand All @@ -14,7 +14,7 @@ include = ["README.md", "LICENSE", "Cargo.toml", "/src/*.rs"]

[dependencies]
avif-serialize = "0.7.7"
rav1e = { version = "0.6", default-features = false }
rav1e = { version = "0.6.1", default-features = false, features = ["threading"] }
rayon = "1.5.3"
rgb = "0.8.34"
imgref = "1.9.4"
Expand Down

0 comments on commit add60f2

Please sign in to comment.