summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-11-03 13:23:16 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-11-03 13:23:16 -0800
commit57ba1fa360f9289e092679122ce7a645b8f5cc6b (patch)
tree55eebe7449f16cf139f1131fc0f9173986a72198
parent5478578cf1d09cca7e2e616d6fca4063f909e838 (diff)
downloadrust-libc-0.2.0.tar.gz
Bump to 0.2.00.2.0
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4c86c76a9f..cd8e954e71 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/README.md b/README.md
index 351c201d4d..7abaa1484c 100644
--- a/README.md
+++ b/README.md
@@ -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: