Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Oct 13, 2023
1 parent 6316ab7 commit 515575a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pngquant"
version = "3.0.1"
version = "3.0.2"
authors = ["Kornel Lesiński <kornel@pngquant.org>"]
description = "Convert 24/32-bit PNG images to efficient 8-bit format with alpha channel"
build = "rust/build.rs"
Expand All @@ -13,30 +13,30 @@ license = "GPL-3.0-or-later"
readme = "README.md"
repository = "https://github.com/kornelski/pngquant.git"
edition = "2021"
rust-version = "1.60"
rust-version = "1.63"

[[bin]]
name = "pngquant"
path = "rust/bin.rs"

[build-dependencies]
cc = "1.0.72"
dunce = "1.0.2"
dunce = "1.0.4"

[dependencies]
getopts = "0.2.21"
libc = "0.2.112"
libpng-sys = "1.1.8"
wild = "2.0.4"
imagequant-sys = { version = "4", path = "lib/imagequant-sys" }
libpng-sys = "1.1.9"
wild = "2.2.0"
imagequant-sys = { version = "4.0.3", path = "lib/imagequant-sys" }

[dependencies.cocoa_image]
optional = true
version = "1.0.4"
version = "1.0.6"

[dependencies.lcms2-sys]
optional = true
version = "4.0.0"
version = "4.0.3"

[features]
cocoa = ["dep:cocoa_image"]
Expand Down
2 changes: 1 addition & 1 deletion lib

1 comment on commit 515575a

@PikachuEXE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a tag for 3.0.2?

Please sign in to comment.