We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f31f9e + fd66c52 commit 0d1a7f4Copy full SHA for 0d1a7f4
CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
12
- Updated the `cast` dependency from 0.2 to 0.3
13
- Updated `stm32f0` peripheral access crate from 0.14 to 0.15
14
+- Updated `bxcan` dependency from 0.6.0 to 0.8.0
15
16
### Added
17
Cargo.toml
@@ -38,7 +38,7 @@ stm32f0 = "0.15"
38
nb = "1"
39
void = { version = "1.0", default-features = false }
40
stm32-usbd = { version = "0.6", optional = true }
41
-bxcan = "0.6.0"
+bxcan = "0.8.0"
42
embedded-storage = "0.3.0"
43
44
[dev-dependencies]
0 commit comments