Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 23, 2021
1 parent 2b81e33 commit 415cd9c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 106 deletions.
146 changes: 44 additions & 102 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "AGPL-3.0+"
name = "gifski"
readme = "README.md"
repository = "https://github.com/ImageOptim/gifski"
version = "1.2.6"
version = "1.2.7"
autobins = false
edition = "2018"

Expand All @@ -36,9 +36,9 @@ dunce = "1.0.1"
crossbeam-channel = "0.5.0"

[dependencies.ffmpeg]
# package = "ffmpeg-next"
# version = "4.3.6"
git = "https://github.com/kornelski/rust-ffmpeg"
package = "ffmpeg-next"
version = "4.3.8"
# git = "https://github.com/kornelski/rust-ffmpeg"
optional = true
default-features = false
features = ["ffmpeg4", "codec", "format", "filter", "software-resampling", "software-scaling"]
Expand Down

0 comments on commit 415cd9c

Please sign in to comment.