From 25075aabaefd41ae16d90fcc50a277a7eefa819a Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 9 Jul 2023 09:26:55 +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 05c2c67..8852923 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.9.3" +version = "0.9.4" [dependencies] bitflags = "2"