Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Apr 14, 2019
1 parent d6b8d05 commit ff67d1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libdav1d"
version = "0.1.0"
version = "0.2.0"
authors = ["Luca Barbato <[email protected]>"]
license = "MIT"
description = "libdav1d bindings"
Expand All @@ -13,7 +13,7 @@ default = ["codec-trait"]
codec-trait = ["av-codec"]

[dependencies]
dav1d-sys = { version = "0.1.0", path = "dav1d-sys" }
dav1d-sys = { version = "0.2.0", path = "dav1d-sys" }
av-data = { git = "https://github.com/rust-av/rust-av" }
av-codec = { git = "https://github.com/rust-av/rust-av", optional = true }

Expand Down
6 changes: 3 additions & 3 deletions dav1d-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dav1d-sys"
version = "0.1.2"
version = "0.2.0"
authors = ["Luca Barbato <[email protected]>"]
license = "MIT"
description = "FFI bindings to dav1d"
Expand All @@ -9,10 +9,10 @@ repository = "https://github.com/rust-av/dav1d-rs"
build = "build.rs"

[package.metadata.pkg-config]
dav1d = "0.1.0"
dav1d = "0.2.0"

[build-dependencies]
bindgen = "0.48"
bindgen = "0.49"
metadeps = "1.1.2"
pkg-config = "0.3.12"

Expand Down

0 comments on commit ff67d1c

Please sign in to comment.