Skip to content

Commit b87d160

Browse files
committed
Update bxcan from 0.4 to 0.6
1 parent ef2e1a9 commit b87d160

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Poll for SPI transaction completion before returning
1515
- Update `remap_pins()` and remove critical section
1616
- Updated `stm32f0` peripheral access crate from 0.13 to 0.14
17+
- Updated the `bxcan` dependency from 0.4.0 to 0.6.0
1718
- Address a few clippy lints
1819
- Fix `VTemp::convert_temp()`
1920

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ stm32f0 = "0.14"
3838
nb = "1"
3939
void = { version = "1.0", default-features = false }
4040
stm32-usbd = { version = "0.6", optional = true }
41-
bxcan = "0.4.0"
41+
bxcan = "0.6.0"
4242

4343
[dev-dependencies]
4444
cortex-m-rt = "0.7"

0 commit comments

Comments
 (0)