From cf18a601c55ef02ab9377793decad4e57f3fdbc5 Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Thu, 29 Oct 2015 22:12:21 -0700
Subject: [PATCH] Not releasing 1.0 yet

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ee0fe6ab..2b16a53b 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:
-- 
GitLab