Skip to content

Commit 37b7f5c

Browse files
bors[bot]newAMtherealprof
authored
Merge #146
146: Update bxcan from 0.4 to 0.6 r=therealprof a=newAM Closes #137 Co-authored-by: Alex Martens <[email protected]> Co-authored-by: Daniel Egger <[email protected]>
2 parents 67452b4 + 0166c0f commit 37b7f5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
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

+1-1
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)