Specify libc 0.2 or higher as a dependency

cargo test passes
This commit is contained in:
Nathan Fiedler
2016-03-17 15:38:22 -07:00
parent ec1875fedb
commit 1dc7dc46a5
2 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.3.3] - 2016-03-17
### Changed
- Allow libc version 0.2 or higher
## [0.3.2] - 2016-02-10
### Changed
- Automatically generate `bindings.rs` using `rust-bindgen` via `build.rs` script.