Skip to content

Commit 13e5a32

Browse files
build(deps): Bump arm-gic from 0.3.0 to 0.4.0
Bumps [arm-gic](https://github.com/google/arm-gic) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/google/arm-gic/releases) - [Changelog](https://github.com/google/arm-gic/blob/main/CHANGELOG.md) - [Commits](google/arm-gic@0.3.0...0.4.0) --- updated-dependencies: - dependency-name: arm-gic dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a03f1b commit 13e5a32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
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
@@ -170,7 +170,7 @@ memory_addresses = { version = "0.2.2", default-features = false, features = [
170170

171171
[target.'cfg(target_arch = "aarch64")'.dependencies]
172172
aarch64 = { version = "0.0.13", default-features = false }
173-
arm-gic = { version = "0.3" }
173+
arm-gic = { version = "0.4" }
174174
hermit-dtb = { version = "0.1" }
175175
semihosting = { version = "0.1", optional = true }
176176
memory_addresses = { version = "0.2.2", default-features = false, features = [

0 commit comments

Comments
 (0)