Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 22, 2024
1 parent c4fbe8f commit 787ba49
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,6 +1,6 @@
[package]
name = "imagequant"
version = "4.2.2"
version = "4.3.0"
description = "Convert 24/32-bit images to 8-bit palette with alpha channel.\nFor lossy PNG compression and high-quality GIF images\nDual-licensed like pngquant. See https://pngquant.org for details."
authors = ["Kornel Lesiński <kornel@pngquant.org>"]
license = "GPL-3.0-or-later"
Expand All @@ -12,7 +12,7 @@ keywords = ["quantization", "palette", "pngquant", "compression", "gif"]
include = ["COPYRIGHT", "src/*.rs", "*.h", "README.md", "Cargo.toml"]
readme = "README.md"
edition = "2021"
rust-version = "1.63"
rust-version = "1.64"

[features]
default = ["threads"]
Expand All @@ -38,7 +38,7 @@ thread_local = { version = "1.1.4", optional = true }
once_cell = "1.13.1"

[dev-dependencies]
lodepng = "3.7.0"
lodepng = "3.10.0"

[workspace]
members = ["imagequant-sys", "imagequant-sys/c_test"]
Expand Down

0 comments on commit 787ba49

Please sign in to comment.