Skip to content

Commit fd66c52

Browse files
committed
Bump bxcan dependency to 0.8.0
This version implements the embedded-can traits
1 parent 5f31f9e commit fd66c52

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
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- Updated the `cast` dependency from 0.2 to 0.3
1313
- Updated `stm32f0` peripheral access crate from 0.14 to 0.15
14+
- Updated `bxcan` dependency from 0.6.0 to 0.8.0
1415

1516
### Added
1617

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ stm32f0 = "0.15"
3838
nb = "1"
3939
void = { version = "1.0", default-features = false }
4040
stm32-usbd = { version = "0.6", optional = true }
41-
bxcan = "0.6.0"
41+
bxcan = "0.8.0"
4242
embedded-storage = "0.3.0"
4343

4444
[dev-dependencies]

0 commit comments

Comments
 (0)