Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed May 24, 2020
1 parent c802223 commit 0fba3cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ license = "MIT"
name = "dav1d"
readme = "README.md"
repository = "https://github.com/rust-av/dav1d-rs"
version = "0.5.1"
version = "0.5.2"

[dependencies]
dav1d-sys = { version = "0.3.1", path = "dav1d-sys" }
dav1d-sys = { version = "0.3.2", path = "dav1d-sys" }

[workspace]
members = ["dav1d-sys", "tools"]
Expand Down
2 changes: 1 addition & 1 deletion dav1d-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dav1d-sys"
version = "0.3.1"
version = "0.3.2"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
license = "MIT"
description = "FFI bindings to dav1d"
Expand Down

0 comments on commit 0fba3cc

Please sign in to comment.