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 a9b8eb9 commit 68fc7dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cavif"
description = "Encodes images in AVIF format (image2avif converter). Pure Rust."
version = "1.1.0"
version = "1.1.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]
ravif = { version = "0.8", path = "./ravif", default-features = false }
ravif = { version = "0.8.1", path = "./ravif", default-features = false }
lodepng = "3.4.6"
num_cpus = "1.13.0"
rayon = "1.5.1"
Expand All @@ -40,4 +40,4 @@ lto = true
opt-level = 2

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

0 comments on commit 68fc7dd

Please sign in to comment.