Skip to content

Commit

Permalink
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 2 u…
Browse files Browse the repository at this point in the history
…pdates (#2271)

Bumps the patch group in /src/exercises/bare-metal/rtc with 2 updates:
[arm-gic](https://github.com/google/arm-gic) and
[cc](https://github.com/rust-lang/cc-rs).
  • Loading branch information
dependabot[bot] committed Aug 12, 2024
1 parent 37738ff commit cda5d6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/exercises/bare-metal/rtc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/exercises/bare-metal/rtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ edition = "2021"
publish = false

[dependencies]
arm-gic = "0.1.0"
arm-gic = "0.1.1"
bitflags = "2.6.0"
chrono = { version = "0.4.38", default-features = false }
log = "0.4.22"
smccc = "0.1.1"
spin = "0.9.8"

[build-dependencies]
cc = "1.1.7"
cc = "1.1.10"

0 comments on commit cda5d6c

Please sign in to comment.