Use rlibc 1.0

This commit is contained in:
Philipp Oppermann
2017-04-11 19:38:38 +02:00
parent 42c6ad56bb
commit 388f014fc3
2 changed files with 2 additions and 2 deletions

View File

@@ -292,7 +292,7 @@ Fortunately there already is a crate for that: [rlibc]. When we look at its [sou
```toml
...
[dependencies]
rlibc = "0.1.4"
rlibc = "1.0"
```
and an `extern crate` definition in our `src/lib.rs`: