From 418e803238daa2b9721316e6bc1075fd223a856b Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 10 Apr 2024 09:52:37 +0200 Subject: [PATCH] Prepare for release also dav1d-sys --- dav1d-sys/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dav1d-sys/Cargo.toml b/dav1d-sys/Cargo.toml index 20376c5..e66c3e5 100644 --- a/dav1d-sys/Cargo.toml +++ b/dav1d-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dav1d-sys" -version = "0.8.2" +version = "0.8.3" authors = ["Luca Barbato "] license = "MIT" description = "FFI bindings to dav1d" @@ -11,7 +11,7 @@ readme = "../README.md" build = "build.rs" [build-dependencies] -system-deps = "6.2" +system-deps = "6.2.1" [dependencies] libc = "0.2"