mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Replace wildcards in dependencies with a lower bound
This commit is contained in:
@@ -131,7 +131,7 @@ Fortunately there already is a crate for that: [rlibc]. When we look at its [sou
|
||||
```toml
|
||||
...
|
||||
[dependencies]
|
||||
rlibc = "*"
|
||||
rlibc = "0.1.4"
|
||||
```
|
||||
and an `extern crate` definition in our `src/lib.rs`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user