Skip to content

Commit e2990d5

Browse files
committed
Bump
1 parent 7dc58ab commit e2990d5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gif"
33
license = "MIT OR Apache-2.0"
4-
version = "0.13.1"
4+
version = "0.13.2"
55
description = "GIF de- and encoder"
66
authors = ["The image-rs Developers"]
77
readme = "README.md"
@@ -22,8 +22,8 @@ color_quant = { version = "1.1", optional = true }
2222
[dev-dependencies]
2323
glob = "0.3"
2424
criterion = "0.5.1"
25-
png = "0.17.10"
26-
rayon = "1.8.0" # for parallel reencoding example
25+
png = "0.17.16"
26+
rayon = "1.10.0" # for parallel reencoding example
2727

2828
[features]
2929
default = ["raii_no_panic", "std", "color_quant"]

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.13.2
2+
3+
- Simplified internal decoder size
4+
15
# v0.13.1
26

37
Bugfixes:

0 commit comments

Comments
 (0)