diff --git a/Cargo.toml b/Cargo.toml index b4e0960..9ccf97f 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.2" +version = "0.9.3" [dependencies] bitflags = "1" -dav1d-sys = { version = "0.8.0", path = "dav1d-sys" } +dav1d-sys = { version = "0.7.1", path = "dav1d-sys" } [features] v1_1 = ["dav1d-sys/v1_1"] diff --git a/dav1d-sys/Cargo.toml b/dav1d-sys/Cargo.toml index 7b4978d..0ab8ee3 100644 --- a/dav1d-sys/Cargo.toml +++ b/dav1d-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dav1d-sys" -version = "0.8.0" +version = "0.7.1" authors = ["Luca Barbato "] license = "MIT" description = "FFI bindings to dav1d" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 8226dc0..229426c 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luca Barbato "] edition = "2018" [dependencies] -dav1d = { path = "..", version = "0.10.0" } +dav1d = { path = "..", version = "0.9.3" } bitstream-io = "1.0" log = "0.4" structopt = "0.3"