We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2e1a9 commit b87d160Copy full SHA for b87d160
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
- Poll for SPI transaction completion before returning
15
- Update `remap_pins()` and remove critical section
16
- Updated `stm32f0` peripheral access crate from 0.13 to 0.14
17
+- Updated the `bxcan` dependency from 0.4.0 to 0.6.0
18
- Address a few clippy lints
19
- Fix `VTemp::convert_temp()`
20
Cargo.toml
@@ -38,7 +38,7 @@ stm32f0 = "0.14"
38
nb = "1"
39
void = { version = "1.0", default-features = false }
40
stm32-usbd = { version = "0.6", optional = true }
41
-bxcan = "0.4.0"
+bxcan = "0.6.0"
42
43
[dev-dependencies]
44
cortex-m-rt = "0.7"
0 commit comments