From 172624b453e4405ef39a3b9353ab88eb2181feb2 Mon Sep 17 00:00:00 2001 From: Kornel Date: Mon, 22 Jan 2024 10:36:14 +0000 Subject: [PATCH] Bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]