From d0ad3aac8507d680cddd2abf131fb94694176f4b Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 1 Nov 2023 14:04:16 +0100 Subject: [PATCH] Make dav1d-sys point to the main README And bump the version to avoid the yanked 0.8.0 conflict. --- Cargo.toml | 2 +- dav1d-sys/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8ce259..809b6e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.10.0" [dependencies] bitflags = "2" -dav1d-sys = { version = "0.8", path = "dav1d-sys" } +dav1d-sys = { version = "0.8.1", path = "dav1d-sys" } [features] diff --git a/dav1d-sys/Cargo.toml b/dav1d-sys/Cargo.toml index 8536efa..cade16d 100644 --- a/dav1d-sys/Cargo.toml +++ b/dav1d-sys/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "dav1d-sys" -version = "0.8.0" +version = "0.8.1" authors = ["Luca Barbato "] license = "MIT" description = "FFI bindings to dav1d" repository = "https://github.com/rust-av/dav1d-rs" edition = "2021" +readme = "../README.md" build = "build.rs"