From a73672d040b6a8702115fcb00c697104576ee8f5 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 3 Jan 2024 23:48:01 +0100 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 de9a7b1..03fedbb 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.10.1" +version = "0.10.2" [dependencies] bitflags = "2" -dav1d-sys = { version = "0.8.1", path = "dav1d-sys" } +dav1d-sys = { version = "0.8.2", path = "dav1d-sys" } [features] diff --git a/dav1d-sys/Cargo.toml b/dav1d-sys/Cargo.toml index cade16d..20376c5 100644 --- a/dav1d-sys/Cargo.toml +++ b/dav1d-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dav1d-sys" -version = "0.8.1" +version = "0.8.2" authors = ["Luca Barbato "] license = "MIT" description = "FFI bindings to dav1d"