File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Republished without changes to fix missing README.md in crates.io.
36
36
- Fix rustdoc warnings
37
37
- Upgrade nrf51-hal to 0.12.1
38
38
39
- [ unreleased ] : https://github.com/nrf-rs/microbit/compare/v0.10.1...HEAD
39
+ [ Unreleased ] : https://github.com/nrf-rs/microbit/compare/v0.10.1...HEAD
40
40
[ 0.10.1 ] : https://github.com/nrf-rs/microbit/releases/tag/v0.10.0...v0.10.1
41
41
[ 0.10.0 ] : https://github.com/nrf-rs/microbit/releases/tag/v0.9.0...v0.10.0
42
42
[ 0.9.0 ] : https://github.com/nrf-rs/microbit/compare/v0.8.0...v0.9.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ panic-halt = "0.2.0"
10
10
defmt-rtt = " 0.2.0"
11
11
defmt = " 0.2.0"
12
12
rubble = " 0.0.4"
13
- rubble-nrf5x = { version = " 0.0.4" , default-features = false , features = [ " 51 " ] }
13
+ rubble-nrf5x = { version = " 0.0.4" , default-features = false }
14
14
15
15
[dependencies .microbit ]
16
16
path = " ../../microbit"
@@ -21,7 +21,7 @@ path = "../../microbit-v2"
21
21
optional = true
22
22
23
23
[features ]
24
- v1 = [" microbit" ]
24
+ v1 = [" microbit" , " rubble-nrf5x/51 " ]
25
25
v2 = [" microbit-v2" ]
26
26
27
27
default = [
Original file line number Diff line number Diff line change @@ -58,7 +58,5 @@ fn main() -> ! {
58
58
}
59
59
}
60
60
61
- loop {
62
- continue ;
63
- }
61
+ loop { }
64
62
}
You can’t perform that action at this time.
0 commit comments