mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Update printing-to-screen post to use spin 0.4.5
This commit is contained in:
@@ -462,7 +462,7 @@ To use a spinning mutex, we can add the [spin crate] as a dependency:
|
||||
# in Cargo.toml
|
||||
[dependencies]
|
||||
rlibc = "0.1.4"
|
||||
spin = "0.3.4"
|
||||
spin = "0.4.5"
|
||||
```
|
||||
|
||||
```rust
|
||||
|
||||
Reference in New Issue
Block a user