Skip to content

Commit

Permalink
Update x86_64 dependency to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed May 20, 2020
1 parent 38d58b2 commit 7faedca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
bitflags = "1.1.0"
x86_64 = { version = "0.10.2", default-features = false }
x86_64 = { version = "0.11.0", default-features = false }

[features]
default = [ "nightly" ]
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Update `x86_64` dependency to version `0.11.0`

# 0.2.6

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

0 comments on commit 7faedca

Please sign in to comment.