Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit a3c5523

Browse files
committed
Update cortex-m version requirement to allow new 0.6.0 version
1 parent d973d07 commit a3c5523

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
@@ -13,4 +13,4 @@ version = "0.3.2"
1313
inline-asm = []
1414

1515
[dependencies]
16-
cortex-m = "0.5.8"
16+
cortex-m = ">= 0.5.8, < 0.7"

0 commit comments

Comments
 (0)