From bba3e5ef63107097d884de02967287ff5943d098 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 2 Apr 2021 10:47:23 -0400 Subject: [PATCH] changed to bxcan >=0.4, <0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b114bc..18c5dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ micromath = "1.0.0" synopsys-usb-otg = { version = "0.2.3", features = ["cortex-m"], optional = true } stm32-fmc = { version = "0.2.0", features = ["sdram"], optional = true } rand_core = "0.5.1" -bxcan = "0.5" +bxcan = ">=0.4, <0.6" [dependencies.bare-metal] version = "0.2.4"