Skip to content

Commit e3bdc7c

Browse files
committed
Update lib
1 parent f513d98 commit e3bdc7c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pngquant"
3-
version = "3.0.3"
3+
version = "3.0.4"
44
authors = ["Kornel Lesiński <kornel@pngquant.org>"]
55
description = "Convert 24/32-bit PNG images to efficient 8-bit format with alpha channel"
66
build = "rust/build.rs"
@@ -13,7 +13,7 @@ license = "GPL-3.0-or-later"
1313
readme = "README.md"
1414
repository = "https://github.com/kornelski/pngquant.git"
1515
edition = "2021"
16-
rust-version = "1.63"
16+
rust-version = "1.67"
1717

1818
[[bin]]
1919
name = "pngquant"
@@ -28,7 +28,7 @@ getopts = "0.2.21"
2828
libc = "0.2.112"
2929
libpng-sys = "1.1.9"
3030
wild = "2.2.0"
31-
imagequant-sys = { version = "4.0.3", path = "lib/imagequant-sys" }
31+
imagequant-sys = { version = "4.1.0", path = "lib/imagequant-sys" }
3232

3333
[dependencies.cocoa_image]
3434
optional = true

0 commit comments

Comments
 (0)