Skip to content

Commit 59d301b

Browse files
committed
trying >=0.4
1 parent 6a56889 commit 59d301b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ features = ["stm32f429", "rt", "usb_fs", "can"]
2626
targets = ["thumbv7em-none-eabihf"]
2727

2828
[dependencies]
29-
bxcan = { version = "0.5.0", optional = true }
29+
bxcan = { version = ">=0.4", optional = true }
3030
cortex-m = ">=0.5.8,<0.7"
3131
cortex-m-rt = "0.6.10"
3232
nb = "0.1.2"

0 commit comments

Comments
 (0)