diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-10-29 22:12:21 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-10-29 22:12:21 -0700 |
commit | cf18a601c55ef02ab9377793decad4e57f3fdbc5 (patch) | |
tree | 98e26a48dc1962145ecb2ee777c329f20b063aed /README.md | |
parent | 65601c59e6ea95be560cfb8d34e424331f307b6b (diff) | |
download | rust-libc-cf18a601c55ef02ab9377793decad4e57f3fdbc5.tar.gz |
Not releasing 1.0 yet
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |