aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-11-15 13:18:53 -0500
committerBob McWhirter <[email protected]>2021-11-15 13:18:53 -0500
commitee1490bce16d98457c1e67f5c7e9320e4c17e51b (patch)
treeba19e675d923441025e6b1c9d8114f85c86f8b6d
parent436eb81fc2938285c6cd7494e9e256256b836f60 (diff)
Move to the newly released bxcan crate that supports defmt 0.3.
-rw-r--r--embassy-stm32/Cargo.toml2
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"
26atomic-polyfill = "0.1.5" 26atomic-polyfill = "0.1.5"
27stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] } 27stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] }
28vcell = { version = "0.1.3", optional = true } 28vcell = { version = "0.1.3", optional = true }
29bxcan = { git = "https://github.com/bobmcwhirter/bxcan.git", rev="8e011c6e1ecec318da5b8e13ac743ce34e969de9" } 29bxcan = "0.6.2"
30 30
31seq-macro = "0.2.2" 31seq-macro = "0.2.2"
32 32