Skip to content

Commit ceb1a29

Browse files
authored
Merge pull request #236 from stm32-rs/bxcan-relaxed
Relax bxcan version requirement
2 parents e5327cd + b7170f8 commit ceb1a29

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)