Skip to content

Commit 5a30ece

Browse files
committed
trying >=0.4, <0.6
1 parent 59d301b commit 5a30ece

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.4", optional = true }
29+
bxcan = { version = ">=0.4, <0.6", 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)