Skip to content

Commit bc3a136

Browse files
committed
Update to master version of x86_64
1 parent 924131f commit bc3a136

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ required-features = ["uefi_bin"]
3232

3333
[dependencies]
3434
xmas-elf = { version = "0.6.2", optional = true }
35-
x86_64 = { git = "https://github.com/rust-osdev/x86_64.git", branch = "access-level-4-table", optional = true }
35+
x86_64 = { git = "https://github.com/rust-osdev/x86_64.git", optional = true }
3636
usize_conversions = { version = "0.2.0", optional = true }
3737
bit_field = { version = "0.10.0", optional = true }
3838
log = { version = "0.4.8", optional = true }

0 commit comments

Comments
 (0)