Skip to content

Commit 43bde74

Browse files
dependabot-supportfmckeogh
authored andcommitted
chore(deps): bump cortex-m-rt from 0.6.7 to 0.6.8
Bumps [cortex-m-rt](https://github.com/rust-embedded/cortex-m-rt) from 0.6.7 to 0.6.8. - [Release notes](https://github.com/rust-embedded/cortex-m-rt/releases) - [Changelog](https://github.com/rust-embedded/cortex-m-rt/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m-rt/commits) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 007c16d commit 43bde74

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bench = false
1313
cortex-m = "0.6.0"
1414
cortex-m-semihosting = "0.3.2"
1515
cortex-m-rtfm = "0.4.2"
16-
cortex-m-rt = "0.6.7"
16+
cortex-m-rt = "0.6.8"
1717
embedded-hal = "0.2.2"
1818
nrf52810-hal = { git = "https://github.com/chocol4te/nrf52-hal", rev = "f92e4ea", features = ["rt"] }
1919
nb = "0.1.1"

receiver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bench = false
1313
cortex-m = "0.6.0"
1414
cortex-m-semihosting = "0.3.2"
1515
cortex-m-rtfm = "0.4.2"
16-
cortex-m-rt = "0.6.7"
16+
cortex-m-rt = "0.6.8"
1717
embedded-hal = "0.2.2"
1818
nrf52810-hal = { git = "https://github.com/chocol4te/nrf52-hal", rev = "f92e4ea", features = ["rt"] }
1919
nb = "0.1.1"

0 commit comments

Comments
 (0)