diff --git a/Cargo.toml b/Cargo.toml index 11afe56..656e643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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]