mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update x86_64 to version 0.2.6
This commit is contained in:
@@ -7,7 +7,7 @@ version = "0.2.0"
|
|||||||
spin = "0.4.6"
|
spin = "0.4.6"
|
||||||
volatile = "0.2.3"
|
volatile = "0.2.3"
|
||||||
uart_16550 = "0.1.0"
|
uart_16550 = "0.1.0"
|
||||||
x86_64 = "0.2.4"
|
x86_64 = "0.2.6"
|
||||||
|
|
||||||
[dependencies.lazy_static]
|
[dependencies.lazy_static]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ To write to the I/O port, we use the [`x86_64`] crate:
|
|||||||
# in Cargo.toml
|
# in Cargo.toml
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
x86_64 = "0.2.4"
|
x86_64 = "0.2.6"
|
||||||
```
|
```
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|||||||
Reference in New Issue
Block a user