Skip to content

Commit

Permalink
Updated aarch64 dependency to v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jounathaen committed Nov 12, 2024
1 parent 40d7893 commit 77de4ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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 @@ -143,7 +143,7 @@ memory_addresses = { version = "0.2.0", default-features = false, features = [
] }

[target.'cfg(target_arch = "aarch64")'.dependencies]
aarch64 = { version = "0.0.12", default-features = false }
aarch64 = { version = "0.0.13", default-features = false }
arm-gic = { version = "0.1" }
hermit-dtb = { version = "0.1" }
semihosting = { version = "0.1", optional = true }
Expand Down

0 comments on commit 77de4ab

Please sign in to comment.