Skip to content

Commit

Permalink
Compat fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jun 2, 2021
1 parent 5671a8b commit a9b8eb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.8.0"
version = "0.8.1"
authors = ["Kornel Lesiński <[email protected]>"]
edition = "2018"
license = "BSD-3-Clause"
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/kornelski/cavif-rs"
include = ["README.md", "LICENSE", "Cargo.toml", "/src/*.rs"]

[dependencies]
avif-serialize = "0.7.0"
avif-serialize = "0.7.1"
num_cpus = "1.13.0"
rav1e = { version = "0.5.0-alpha", default-features = false }
rayon = "1.5.1"
Expand All @@ -33,4 +33,4 @@ debug = false
opt-level = 2

[dev-dependencies]
avif-parse = "0.13.1"
avif-parse = "0.13.2"

0 comments on commit a9b8eb9

Please sign in to comment.