Skip to content

Commit 017e1d2

Browse files
committed
Bump
1 parent 0d71f7f commit 017e1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gif"
33
license = "MIT/Apache-2.0"
4-
version = "0.13.0-beta.1"
4+
version = "0.13.0"
55
description = "GIF de- and encoder"
66
authors = ["The image-rs Developers"]
77
readme = "README.md"
@@ -15,7 +15,7 @@ include = ["src/**", "LICENSE-*", "README.md", "benches/*.rs"]
1515
bench = false
1616

1717
[dependencies]
18-
weezl = "0.1.7"
18+
weezl = "0.1.8"
1919
color_quant = { version = "1.1", optional = true }
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)