Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixc committed Nov 10, 2015
1 parent 855198a commit f49c5d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2015-11-09 - v0.5.0
* Updated libc dependency version to 0.2.

2015-09-13 - v0.4.0
* Corrected mutability of some pointers (breaking change).
* Future-proofing representation of GExiv2Metadata against upcoming lint.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FFI declarations are provided here; for a usable Rust library, consider
the `rexiv2` crate.
"""

version = "0.4.0"
version = "0.5.0"
authors = ["Felix Crux <[email protected]>"]
license = "GPL-3.0+"
documentation = "https://felixcrux.com/files/doc/gexiv2_sys/"
Expand All @@ -20,7 +20,7 @@ links = "gexiv2"
build = "build.rs"

[dependencies]
libc = "0.1"
libc = "0.2"

[build-dependencies]
pkg-config = "0.3"

0 comments on commit f49c5d7

Please sign in to comment.