File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
15
15
## Unreleased
16
16
17
- No changes.
17
+ ### Added
18
+
19
+ - Support cortex-m-rt ` v0.7.0 ` but still allow ` v0.6.13 ` ([ #283 ] )
18
20
19
21
## [ v0.8.0] - 2021-08-16
20
22
@@ -476,6 +478,7 @@ let clocks = rcc
476
478
[ defmt ] : https://github.com/knurling-rs/defmt
477
479
[ filter ] : https://defmt.ferrous-systems.com/filtering.html
478
480
481
+ [ #283 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/283
479
482
[ #278 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/278
480
483
[ #277 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/277
481
484
[ #273 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/273
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ rustc-args = ["--cfg", "docsrs"]
35
35
[dependencies ]
36
36
cfg-if = " 1.0.0"
37
37
cortex-m = " 0.7.2"
38
- cortex-m-rt = " 0.6.14 "
38
+ cortex-m-rt = { version = " >= 0.6.13, <0.8 " }
39
39
defmt = { version = " 0.2.3" , optional = true }
40
40
embedded-dma = " 0.1.2"
41
41
embedded-hal = { version = " 0.2.5" , features = [" unproven" ] }
@@ -51,7 +51,6 @@ enumset = { version = "1.0.6", optional = true}
51
51
52
52
[dev-dependencies ]
53
53
cortex-m = " 0.7.2"
54
- cortex-m-rt = { version = " 0.6.13" , features = [" device" ] }
55
54
cortex-m-semihosting = " 0.3.7"
56
55
defmt-rtt = " 0.2.0"
57
56
defmt-test = " 0.2.3"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ harness = false
50
50
[dependencies ]
51
51
cfg-if = " 1.0"
52
52
cortex-m = " 0.7.0"
53
- cortex-m-rt = " 0.6.15 "
53
+ cortex-m-rt = " 0.6.13 "
54
54
defmt = " 0.2.0"
55
55
defmt-rtt = " 0.2.0"
56
56
defmt-test = " 0.2.0"
You can’t perform that action at this time.
0 commit comments