From 2d1b38265219efb34e455ff9295f1342f10ed90e Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 24 Oct 2023 19:47:18 +0200 Subject: [PATCH] Prepare for release --- Cargo.toml | 4 ++-- dav1d-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8852923..0f04479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,11 +7,11 @@ license = "MIT" name = "dav1d" readme = "README.md" repository = "https://github.com/rust-av/dav1d-rs" -version = "0.9.4" +version = "0.9.5" [dependencies] bitflags = "2" -dav1d-sys = { version = "0.7.1", path = "dav1d-sys" } +dav1d-sys = { version = "0.7.2", path = "dav1d-sys" } [features] v1_1 = ["dav1d-sys/v1_1"] diff --git a/dav1d-sys/Cargo.toml b/dav1d-sys/Cargo.toml index ba7f3bc..02d58b3 100644 --- a/dav1d-sys/Cargo.toml +++ b/dav1d-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dav1d-sys" -version = "0.7.1" +version = "0.7.2" authors = ["Luca Barbato "] license = "MIT" description = "FFI bindings to dav1d"