Skip to content

Commit 5feb415

Browse files
committed
Edition
1 parent 2b35a29 commit 5feb415

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imagequant"
3-
version = "4.0.0"
3+
version = "4.0.1"
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 <[email protected]>"]
66
license = "GPL-3.0-or-later"
@@ -11,11 +11,12 @@ categories = ["multimedia::images"]
1111
keywords = ["quantization", "palette", "pngquant", "compression", "gif"]
1212
include = ["COPYRIGHT", "src/*.rs", "*.h", "README.md", "Cargo.toml"]
1313
readme = "README.md"
14-
edition = "2018"
14+
edition = "2021"
15+
rust-version = "1.60"
1516

1617
[features]
1718
default = ["threads"]
18-
threads = ["rayon", "thread_local"]
19+
threads = ["dep:rayon", "dep:thread_local"]
1920

2021
# this is private and unstable for imagequant-sys only, do not use
2122
_internal_c_ffi = []

0 commit comments

Comments
 (0)