summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-10-29 22:12:21 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-10-29 22:12:21 -0700
commitcf18a601c55ef02ab9377793decad4e57f3fdbc5 (patch)
tree98e26a48dc1962145ecb2ee777c329f20b063aed
parent65601c59e6ea95be560cfb8d34e424331f307b6b (diff)
downloadrust-libc-cf18a601c55ef02ab9377793decad4e57f3fdbc5.tar.gz
Not releasing 1.0 yet
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee0fe6abc0..2b16a53ba4 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ First, add the following to your `Cargo.toml`:
```toml
[dependencies]
-libc = "1.0"
+libc = "0.1"
```
Next, add this to your crate root: