Skip to content

Commit

Permalink
build: Bump tock-registers from 0.8.1 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [tock-registers](https://github.com/tock/tock) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/tock/tock/releases)
- [Changelog](https://github.com/tock/tock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tock/tock/commits)

---
updated-dependencies:
- dependency-name: tock-registers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent d4364df commit 23900ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions 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 @@ -32,7 +32,7 @@ r-efi = { version = "4.2.0", features = ["efiapi"] }
linked_list_allocator = "0.10.4"

[target.'cfg(target_arch = "aarch64")'.dependencies]
tock-registers = "0.8.1"
tock-registers = "0.9.0"
aarch64-cpu = "9.4.0"
fdt = "0.1.5"
chrono = { version = "0.4", default-features = false }
Expand Down

0 comments on commit 23900ab

Please sign in to comment.