Skip to content

Commit 787ba49

Browse files
committed
Bump
1 parent c4fbe8f commit 787ba49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imagequant"
3-
version = "4.2.2"
3+
version = "4.3.0"
44
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."
55
authors = ["Kornel Lesiński <kornel@pngquant.org>"]
66
license = "GPL-3.0-or-later"
@@ -12,7 +12,7 @@ keywords = ["quantization", "palette", "pngquant", "compression", "gif"]
1212
include = ["COPYRIGHT", "src/*.rs", "*.h", "README.md", "Cargo.toml"]
1313
readme = "README.md"
1414
edition = "2021"
15-
rust-version = "1.63"
15+
rust-version = "1.64"
1616

1717
[features]
1818
default = ["threads"]
@@ -38,7 +38,7 @@ thread_local = { version = "1.1.4", optional = true }
3838
once_cell = "1.13.1"
3939

4040
[dev-dependencies]
41-
lodepng = "3.7.0"
41+
lodepng = "3.10.0"
4242

4343
[workspace]
4444
members = ["imagequant-sys", "imagequant-sys/c_test"]

0 commit comments

Comments
 (0)