Skip to content

Commit

Permalink
Update x86_64 dependency to v0.14.7 to fix nightly breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Dec 20, 2021
1 parent 794c5b8 commit f5abf68
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ required-features = ["binary"]

[dependencies]
xmas-elf = { version = "0.6.2", optional = true }
x86_64 = { version = "0.13.2", optional = true, default-features = false, features = ["instructions", "inline_asm"] }
x86_64 = { version = "0.14.7", optional = true, default-features = false, features = ["instructions", "inline_asm"] }
usize_conversions = { version = "0.2.0", optional = true }
fixedvec = { version = "0.2.4", optional = true }
bit_field = { version = "0.10.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion example-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018"

[dependencies]
x86_64 = { version = "0.13.2", default-features = false, features = ["instructions", "inline_asm"] }
x86_64 = { version = "0.14.7", default-features = false, features = ["instructions", "inline_asm"] }
2 changes: 1 addition & 1 deletion test-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018"

[dependencies]
x86_64 = { version = "0.13.2", default-features = false, features = ["instructions", "inline_asm"] }
x86_64 = { version = "0.14.7", default-features = false, features = ["instructions", "inline_asm"] }

0 comments on commit f5abf68

Please sign in to comment.