Skip to content

Commit 52584b1

Browse files
committed
build(deps): Use safe-mmio fork that forces little endian MMIO
Until we figure out a way to handle this nicely in arm-gic and related crates. Signed-off-by: Jens Reidel <[email protected]>
1 parent 5bb3e34 commit 52584b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,4 @@ exclude = [
216216
x86_64 = { git = "https://github.com/rust-osdev/x86_64.git" }
217217
# FIXME: remove once merged: https://github.com/rcore-os/trapframe-rs/pull/16
218218
trapframe = { git = "https://github.com/hermit-os/trapframe-rs", branch = "global_asm" }
219+
safe-mmio = { git = "https://github.com/hermit-os/safe-mmio", branch = "be" }

0 commit comments

Comments
 (0)