aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchemicstry <[email protected]>2022-06-23 01:42:21 +0300
committerchemicstry <[email protected]>2022-06-23 01:42:21 +0300
commit2d2f9e39b9815c4eff33efe6896024bab2c4181c (patch)
treecd58c5bcda665f85c83e3148c2aec0e1ceea5e96
parent4a6f69e2d9e1c18ff5999a6aa049c280a6b8dcc4 (diff)
Bump bxcan version
-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 47a9ece17..9209fc014 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -58,7 +58,7 @@ bare-metal = "1.0.0"
58atomic-polyfill = "0.1.5" 58atomic-polyfill = "0.1.5"
59stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] } 59stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] }
60vcell = "0.1.3" 60vcell = "0.1.3"
61bxcan = "0.6.2" 61bxcan = "0.7.0"
62nb = "1.0.0" 62nb = "1.0.0"
63stm32-fmc = "0.2.4" 63stm32-fmc = "0.2.4"
64seq-macro = "0.3.0" 64seq-macro = "0.3.0"