Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Dec 24, 2019
1 parent f23975d commit bf13713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luca Barbato <lu_zero@gentoo.org>"]
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"

0 comments on commit bf13713

Please sign in to comment.