Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Sep 17, 2019
1 parent c8e5a45 commit 690bdee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
keywords = ["x264","h264"]

[dependencies]
x264-sys = { version = "0.1.0", path = "x264-sys" }
x264-sys = { version = "0.2.0", path = "x264-sys" }

[workspace]
members = ["x264-sys"]
Expand Down
4 changes: 2 additions & 2 deletions x264-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "x264-sys"
version = "0.1.0"
version = "0.2.0"
authors = ["Luca Barbato <[email protected]>"]
license = "MIT"
description = "FFI bindings to x264"
Expand All @@ -12,6 +12,6 @@ bindgen = "0.51"
metadeps = "1.1"

[package.metadata.pkg-config]
x264 = "0.147"
x264 = "0.155"

[dependencies]

0 comments on commit 690bdee

Please sign in to comment.