Skip to content

Commit 13b7df7

Browse files
authored
Merge pull request #2107 from hermit-os/x86_64-crate
build(deps): don't use git source for x86_64 crate
2 parents d339c42 + b085c6c commit 13b7df7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 3 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ exclude = [
205205
]
206206

207207
[patch.crates-io]
208-
x86_64 = { git = "https://github.com/rust-osdev/x86_64.git" }
209208
# FIXME: remove once merged: https://github.com/rcore-os/trapframe-rs/pull/16
210209
trapframe = { git = "https://github.com/hermit-os/trapframe-rs", branch = "global_asm" }
211210
safe-mmio = { git = "https://github.com/hermit-os/safe-mmio", branch = "be" }

0 commit comments

Comments
 (0)