From 24058a73c3f4c5c934a9c9d223ac497bf22ae7ae Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 10 Apr 2024 09:26:20 +0200 Subject: [PATCH] Prepare for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5485b90..3e9fc62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "dav1d" readme = "README.md" repository = "https://github.com/rust-av/dav1d-rs" -version = "0.10.2" +version = "0.10.3" [dependencies] bitflags = "2"