Skip to content

Commit d50d9ec

Browse files
cargo: bump bitflags from 2.9.4 to 2.10.0 in /src/exercises/bare-metal/rtc in the minor group (#2969)
Bumps the minor group in /src/exercises/bare-metal/rtc with 1 update: [bitflags](https://github.com/bitflags/bitflags). Updates `bitflags` from 2.9.4 to 2.10.0 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0207484 commit d50d9ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/exercises/bare-metal/rtc/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/exercises/bare-metal/rtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aarch64-paging = { version = "0.10.0", default-features = false }
1111
aarch64-rt = "0.2.2"
1212
arm-gic = "0.7.1"
1313
arm-pl011-uart = "0.3.2"
14-
bitflags = "2.9.4"
14+
bitflags = "2.10.0"
1515
chrono = { version = "0.4.42", default-features = false }
1616
log = "0.4.28"
1717
safe-mmio = "0.2.5"

0 commit comments

Comments
 (0)