Skip to content

Commit 576e805

Browse files
build(deps): Bump aarch64 from 0.0.13 to 0.0.14
Bumps [aarch64](https://github.com/hermitcore/rust-aarch64) from 0.0.13 to 0.0.14. - [Release notes](https://github.com/hermitcore/rust-aarch64/releases) - [Commits](hermit-os/rust-aarch64@v0.0.13...v0.0.14) --- updated-dependencies: - dependency-name: aarch64 dependency-version: 0.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a03f1b commit 576e805

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

Cargo.lock

+23-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ memory_addresses = { version = "0.2.2", default-features = false, features = [
169169
] }
170170

171171
[target.'cfg(target_arch = "aarch64")'.dependencies]
172-
aarch64 = { version = "0.0.13", default-features = false }
172+
aarch64 = { version = "0.0.14", default-features = false }
173173
arm-gic = { version = "0.3" }
174174
hermit-dtb = { version = "0.1" }
175175
semihosting = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)