From ed0d3b1e1536cebd63c2de477a6c4d899e14ae57 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 31 Oct 2023 13:25:20 +0100 Subject: [PATCH] Prepare for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d113547..80ea8f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.9.6" [dependencies] bitflags = "2" -dav1d-sys = { version = "0.7.2", path = "dav1d-sys" } +dav1d-sys = { version = "0.7.3", path = "dav1d-sys" } [features] v1_1 = ["dav1d-sys/v1_1"]