Skip to content

Commit b7170f8

Browse files
committed
Relax bxcan version requirement
1 parent e5327cd commit b7170f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ edition = "2018"
2424
cortex-m = "0.6.3"
2525
nb = "0.1.1"
2626
stm32l4 = "0.13.0"
27-
bxcan = "0.5"
27+
bxcan = ">=0.4, <0.6"
2828

2929
[dependencies.rand_core]
3030
version = "0.6.2"

0 commit comments

Comments
 (0)