mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Use rlibc 1.0
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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`:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user