Skip to content

Commit a6f1fad

Browse files
committed
Allow cortex-m versions >=0.7.2 but still <0.8
1 parent 17b1a71 commit a6f1fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/makecrates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
[dependencies]
7575
bare-metal = "1.0.0"
7676
vcell = "0.1.3"
77-
cortex-m = "0.7.2"
77+
cortex-m = "^0.7.2"
7878
7979
[dependencies.cortex-m-rt]
8080
optional = true

0 commit comments

Comments
 (0)