Bump to 0.2.0

This commit is contained in:
Alex Crichton 2015-11-03 13:23:16 -08:00
parent 5478578cf1
commit 57ba1fa360
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "libc"
version = "0.1.12"
version = "0.2.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"

View File

@ -15,7 +15,7 @@ First, add the following to your `Cargo.toml`:
```toml
[dependencies]
libc = "0.1"
libc = "0.2"
```
Next, add this to your crate root: