diff --git a/Cargo.toml b/Cargo.toml index 1f6f655..641d82b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "dav1d" readme = "README.md" repository = "https://github.com/rust-av/dav1d-rs" -version = "0.4.0" +version = "0.5.0" [dependencies] dav1d-sys = { version = "0.3.0", path = "dav1d-sys" } diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 47dcf8a..4dba530 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luca Barbato "] edition = "2018" [dependencies] -dav1d = { path = "..", version = "0.4.0" } +dav1d = { path = "..", version = "0.5.0" } bitstream-io = "0.8" log = "0.4" structopt = "0.3"