Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 15, 2022
1 parent 0eaefae commit aaec0e8
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 69 deletions.
135 changes: 71 additions & 64 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-or-later"
name = "gifski"
readme = "README.md"
repository = "https://github.com/ImageOptim/gifski"
version = "1.7.0"
version = "1.7.1"
autobins = false
edition = "2021"
rust-version = "1.57"
Expand All @@ -29,9 +29,9 @@ gifsicle = { version = "1.92.5", optional = true }
clap = { version = "3.1.18", features = ["cargo"], optional = true }
gif = "0.11.3"
gif-dispose = "3.1.1"
imagequant = "4.0.0"
imgref = "1.9.1"
lodepng = { version = "3.6.1", optional = true }
imagequant = "4.0.1"
imgref = "1.9.2"
lodepng = { version = "3.7.0", optional = true }
pbr = { version = "1.0.4", optional = true }
resize = "0.7.2"
rgb = "0.8.31"
Expand Down
Loading

0 comments on commit aaec0e8

Please sign in to comment.