diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b27939..f9b8b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.2 (7 Apr 2018) + +* Bump libc dependency again (fixes minimal-versions build on OSX) + ## 2.0.1 (7 Apr 2018) * Bump libc dependency (fixes minimal-versions build) diff --git a/Cargo.toml b/Cargo.toml index b76620e..ab3637a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "c-types" license = "MIT" -version = "2.0.1" +version = "2.0.2" authors = ["David Hotham"] description = """ Re-exports of cross-platform types, gathered from libc and winapi