Skip to content

Commit 7dafd64

Browse files
dependabot[bot]rursprung
authored andcommitted
Bump cortex-m-rtic in /examples/stm32f4-single-motor-example
Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/rtic-rs/cortex-m-rtic/releases) - [Changelog](https://github.com/rtic-rs/cortex-m-rtic/blob/master/CHANGELOG.md) - [Commits](rtic-rs/rtic@v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: cortex-m-rtic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a55ad5a commit 7dafd64

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/stm32f4-single-motor-example/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.

examples/stm32f4-single-motor-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66

77
[dependencies]
88
cortex-m = { version = "0.7", features = ["critical-section-single-core"]}
9-
cortex-m-rtic = "1.1.3"
9+
cortex-m-rtic = "1.1.4"
1010
panic-probe = { version = "0.3", features = ["print-defmt"] }
1111

1212
stm32f4xx-hal = { version = "0.14.0", features = ["stm32f401", "rtic", "rtic-monotonic"] }

0 commit comments

Comments
 (0)