Skip to content

Commit 0d1a7f4

Browse files
authored
Merge pull request #181 from dimpolo/bump-bxcan
Update bxcan dependency to 0.8.0
2 parents 5f31f9e + fd66c52 commit 0d1a7f4

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)