diff options
| author | Bob McWhirter <[email protected]> | 2021-11-15 13:18:53 -0500 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-11-15 13:18:53 -0500 |
| commit | ee1490bce16d98457c1e67f5c7e9320e4c17e51b (patch) | |
| tree | ba19e675d923441025e6b1c9d8114f85c86f8b6d | |
| parent | 436eb81fc2938285c6cd7494e9e256256b836f60 (diff) | |
Move to the newly released bxcan crate that supports defmt 0.3.
| -rw-r--r-- | embassy-stm32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 8ed25e110..f074a6b05 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -26,7 +26,7 @@ bare-metal = "1.0.0" | |||
| 26 | atomic-polyfill = "0.1.5" | 26 | atomic-polyfill = "0.1.5" |
| 27 | stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] } | 27 | stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] } |
| 28 | vcell = { version = "0.1.3", optional = true } | 28 | vcell = { version = "0.1.3", optional = true } |
| 29 | bxcan = { git = "https://github.com/bobmcwhirter/bxcan.git", rev="8e011c6e1ecec318da5b8e13ac743ce34e969de9" } | 29 | bxcan = "0.6.2" |
| 30 | 30 | ||
| 31 | seq-macro = "0.2.2" | 31 | seq-macro = "0.2.2" |
| 32 | 32 | ||
