Skip to content

Commit

Permalink
Bump rtic-monotonics from 1.4.1 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [rtic-monotonics](https://github.com/rtic-rs/rtic) from 1.4.1 to 1.5.0.
- [Commits](https://github.com/rtic-rs/rtic/commits)

---
updated-dependencies:
- dependency-name: rtic-monotonics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 10, 2024
1 parent bd0c7bb commit 667f9d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pid = "4.0.0"
# RTIC
rtic = { version = "2.0.1", features = ["thumbv6-backend"] }
# RTIC monotonic timer using TIM2
rtic-monotonics = { version = "1.4.1", features = ["stm32f042k6", "stm32_tim2"] }
rtic-monotonics = { version = "1.5.0", features = ["stm32f042k6", "stm32_tim2"] }
# RTIC channels
rtic-sync = "1.1.1"
# Ensuring sizes of types
Expand Down

0 comments on commit 667f9d8

Please sign in to comment.