Skip to content

Commit

Permalink
Merge pull request #181 from dimpolo/bump-bxcan
Browse files Browse the repository at this point in the history
Update bxcan dependency to 0.8.0
  • Loading branch information
newAM authored Sep 20, 2024
2 parents 5f31f9e + fd66c52 commit 0d1a7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Updated the `cast` dependency from 0.2 to 0.3
- Updated `stm32f0` peripheral access crate from 0.14 to 0.15
- Updated `bxcan` dependency from 0.6.0 to 0.8.0

### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stm32f0 = "0.15"
nb = "1"
void = { version = "1.0", default-features = false }
stm32-usbd = { version = "0.6", optional = true }
bxcan = "0.6.0"
bxcan = "0.8.0"
embedded-storage = "0.3.0"

[dev-dependencies]
Expand Down

0 comments on commit 0d1a7f4

Please sign in to comment.