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