Skip to content

Commit 8e20df3

Browse files
cargo: bump microbit-v2 in /src/bare-metal/microcontrollers/examples
Bumps [microbit-v2](https://github.com/nrf-rs/microbit) from 0.15.1 to 0.16.0. - [Release notes](https://github.com/nrf-rs/microbit/releases) - [Changelog](https://github.com/nrf-rs/microbit/blob/main/CHANGELOG.md) - [Commits](nrf-rs/microbit@v0.15.1...v0.16.0) --- updated-dependencies: - dependency-name: microbit-v2 dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57fc8ef commit 8e20df3

File tree

2 files changed

+10
-53
lines changed

2 files changed

+10
-53
lines changed

src/bare-metal/microcontrollers/examples/Cargo.lock

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

src/bare-metal/microcontrollers/examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
cortex-m-rt = "0.7.5"
1111
embedded-hal = "1.0.0"
12-
microbit-v2 = "0.15.1"
12+
microbit-v2 = "0.16.0"
1313
nrf52833-hal = "0.19.0"
1414
nrf52833-pac = { version = "0.12.2", features = ["rt"] }
1515
panic-halt = "1.0.0"

0 commit comments

Comments
 (0)