File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
microbit/src/05-led-roulette Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
name = " led-roulette"
3
3
version = " 0.1.0"
4
4
authors = [" Henrik Böving <hargonix@gmail.com>" ]
5
- edition = " 2018 "
5
+ edition = " 2021 "
6
6
7
7
[dependencies .microbit-v2 ]
8
- version = " 0.12 .0"
8
+ version = " 0.14 .0"
9
9
optional = true
10
10
11
11
[dependencies .microbit ]
12
- version = " 0.12 .0"
12
+ version = " 0.14 .0"
13
13
optional = true
14
14
15
15
[dependencies ]
16
- cortex-m = " 0.7.3 "
17
- cortex-m-rt = " 0.7.0 "
16
+ cortex-m = { version = " 0.7.7 " , features = [ " critical-section-single-core " ] }
17
+ cortex-m-rt = " 0.7.3 "
18
18
panic-halt = " 0.2.0"
19
- # rtt-target = { version = "0.3.1", features = ["cortex-m"] }
20
- # panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
19
+ # rtt-target = "0.5.0"
20
+ # panic-rtt-target = "0.1.3"
21
21
22
22
[dev-dependencies ]
23
23
# Sneak in dependencies for examples which clash with panic-hal when generating
24
24
# docs with rustdoc.
25
- rtt-target = { version = " 0.3.1 " , features = [ " cortex-m " ] }
26
- panic-rtt-target = { version = " 0.1.2 " , features = [ " cortex-m " ] }
25
+ rtt-target = " 0.5.0 "
26
+ panic-rtt-target = " 0.1.3 "
27
27
28
28
[features ]
29
29
v2 = [" microbit-v2" ]
You can’t perform that action at this time.
0 commit comments