summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent5478578cf1d09cca7e2e616d6fca4063f909e838 (diff)
downloadrust-libc-57ba1fa360f9289e092679122ce7a645b8f5cc6b.tar.gz
Bump to 0.2.00.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: