Skip to content

Commit 8283d63

Browse files
committed
Bump
1 parent 029f0af commit 8283d63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imagequant"
3-
version = "4.3.4"
3+
version = "4.4.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"

imagequant-sys/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-sys"
3-
version = "4.0.4"
3+
version = "4.1.0"
44
description = "Convert 24/32-bit images to 8-bit palette with alpha channel.\nC API/FFI libimagequant that powers pngquant lossy PNG compressor.\n\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"
@@ -23,13 +23,13 @@ path = "src/ffi.rs"
2323
name = "imagequant_sys"
2424

2525
[dependencies]
26-
imagequant = { path = "..", version = "4.2.1", default-features = false, features = ["_internal_c_ffi"] }
26+
imagequant = { path = "..", version = "4.4.0", default-features = false, features = ["_internal_c_ffi"] }
2727
bitflags = "2.5"
2828
libc = "0.2.153"
2929

3030
[package.metadata.capi.library]
3131
name = "imagequant"
32-
version = "0.4.0"
32+
version = "0.4.1"
3333

3434
[package.metadata.capi.pkg_config]
3535
name = "imagequant"

0 commit comments

Comments
 (0)