Skip to content

Commit a3c412a

Browse files
committed
Use local x86_64
1 parent 30416dc commit a3c412a

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

Cargo.lock

Lines changed: 2 additions & 27 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
@@ -14,7 +14,7 @@ required-features = ["binary"]
1414

1515
[dependencies]
1616
xmas-elf = { version = "0.6.2", optional = true }
17-
x86_64 = { version = "0.7.2", optional = true }
17+
x86_64 = { path = "../x86_64", optional = true }
1818
usize_conversions = { version = "0.2.0", optional = true }
1919
fixedvec = { version = "0.2.4", optional = true }
2020
bit_field = { version = "0.10.0", optional = true }

0 commit comments

Comments
 (0)