mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Bump spin version as 0.4.6 can't build on nightly (#485)
This commit is contained in:
committed by
Philipp Oppermann
parent
005551efc8
commit
f6196a73be
@@ -5,7 +5,7 @@ version = "0.2.0"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bootloader_precompiled = "0.2.0"
|
bootloader_precompiled = "0.2.0"
|
||||||
spin = "0.4.6"
|
spin = "0.4.9"
|
||||||
volatile = "0.2.3"
|
volatile = "0.2.3"
|
||||||
uart_16550 = "0.1.0"
|
uart_16550 = "0.1.0"
|
||||||
x86_64 = "0.2.8"
|
x86_64 = "0.2.8"
|
||||||
|
|||||||
@@ -500,7 +500,7 @@ To use a spinning mutex, we can add the [spin crate] as a dependency:
|
|||||||
```toml
|
```toml
|
||||||
# in Cargo.toml
|
# in Cargo.toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
spin = "0.4.6"
|
spin = "0.4.9"
|
||||||
```
|
```
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|||||||
Reference in New Issue
Block a user