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

@@ -8,7 +8,7 @@ bit_field = "0.7.0"
bitflags = "0.7.0" bitflags = "0.7.0"
multiboot2 = "0.1.0" multiboot2 = "0.1.0"
once = "0.3.2" once = "0.3.2"
rlibc = "0.1.4" rlibc = "1.0"
spin = "0.4.5" spin = "0.4.5"
volatile = "0.1.0" volatile = "0.1.0"
x86_64 = "0.1.0" x86_64 = "0.1.0"

View File

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