From 8585467c7c228f6fa05777494df3a23a854650a6 Mon Sep 17 00:00:00 2001 From: Radzivon Bartoshyk Date: Thu, 5 Dec 2024 00:01:41 +0000 Subject: [PATCH] Added BiPlanar fuzzing, fix bugs discovered by fuzzer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd4a4a0a..573c07b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { members = ["app", "coeffs", "fuzz"] } [package] name = "yuvutils-rs" -version = "0.5.9" +version = "0.5.10" edition = "2021" description = "High performance utilities for YUV format handling and conversion." readme = "README.md"