Skip to content

Commit

Permalink
Increment version number and update libavif-image
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Oct 8, 2020
1 parent 04dbc70 commit 9048125
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
21 changes: 14 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emulsion"
version = "5.0.0"
version = "6.0.0"
description = "A fast and minimalistic image viewer"
repository = "https://github.com/ArturKovacs/emulsion"
authors = ["Artur Barnabas <kovacs.artur.barnabas@gmail.com>"]
Expand Down Expand Up @@ -79,7 +79,7 @@ kamadak-exif = "0.5.1"
arboard = "1.0.1"

[dependencies.libavif-image]
version = "0.4"
version = "0.5"
default-features = false
features = ["codec-dav1d"]
optional = true

0 comments on commit 9048125

Please sign in to comment.