From 2d2f9e39b9815c4eff33efe6896024bab2c4181c Mon Sep 17 00:00:00 2001 From: chemicstry Date: Thu, 23 Jun 2022 01:42:21 +0300 Subject: [PATCH] Bump bxcan version --- embassy-stm32/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" atomic-polyfill = "0.1.5" stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] } vcell = "0.1.3" -bxcan = "0.6.2" +bxcan = "0.7.0" nb = "1.0.0" stm32-fmc = "0.2.4" seq-macro = "0.3.0"