Skip to content

Commit af32aeb

Browse files
cargo: bump bitflags in /src/exercises/bare-metal/rtc in the minor group
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 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.6.0...2.8.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 347de61 commit af32aeb

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)