Skip to content

Commit a8d8d2e

Browse files
cargo: bump bitflags from 2.6.0 to 2.8.0 in /src/exercises/bare-metal/rtc in the minor group (#2617)
Bumps the minor group in /src/exercises/bare-metal/rtc with 1 update: [bitflags](https://github.com/bitflags/bitflags). Updates `bitflags` from 2.6.0 to 2.8.0 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e5ee9d commit a8d8d2e

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
@@ -8,7 +8,7 @@ publish = false
88

99
[dependencies]
1010
arm-gic = "0.1.2"
11-
bitflags = "2.6.0"
11+
bitflags = "2.8.0"
1212
chrono = { version = "0.4.39", default-features = false }
1313
log = "0.4.22"
1414
smccc = "0.1.1"

0 commit comments

Comments
 (0)