Skip to content

Commit 7faedca

Browse files
committed
Update x86_64 dependency to v0.11.0
1 parent 38d58b2 commit 7faedca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99

1010
[dependencies]
1111
bitflags = "1.1.0"
12-
x86_64 = { version = "0.10.2", default-features = false }
12+
x86_64 = { version = "0.11.0", default-features = false }
1313

1414
[features]
1515
default = [ "nightly" ]

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- Update `x86_64` dependency to version `0.11.0`
2+
13
# 0.2.6
24

35
- Use `spin_loop_hint` while waiting for data ([#9](https://github.com/rust-osdev/uart_16550/pull/9))

0 commit comments

Comments
 (0)