Skip to content

Commit 76d0fcd

Browse files
authored
Merge pull request #115 from pdgilbert/test-bxcan-version-relax
changed to bxcan >=0.4, <0.6
2 parents c0bb1f2 + bba3e5e commit 76d0fcd

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
@@ -25,7 +25,7 @@ micromath = "1.0.0"
2525
synopsys-usb-otg = { version = "0.2.3", features = ["cortex-m"], optional = true }
2626
stm32-fmc = { version = "0.2.0", features = ["sdram"], optional = true }
2727
rand_core = "0.5.1"
28-
bxcan = "0.5"
28+
bxcan = ">=0.4, <0.6"
2929

3030
[dependencies.bare-metal]
3131
version = "0.2.4"

0 commit comments

Comments
 (0)