Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 22, 2024
1 parent 0d71f7f commit 017e1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gif"
license = "MIT/Apache-2.0"
version = "0.13.0-beta.1"
version = "0.13.0"
description = "GIF de- and encoder"
authors = ["The image-rs Developers"]
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ include = ["src/**", "LICENSE-*", "README.md", "benches/*.rs"]
bench = false

[dependencies]
weezl = "0.1.7"
weezl = "0.1.8"
color_quant = { version = "1.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 017e1d2

Please sign in to comment.