Skip to content

Commit c6e0e7a

Browse files
committed
microbit version 0.15.0 crates has been released
A new version of the microbit crates has been released. Cargo.toml * microbit-v2 0.14.0 -> 0.15.0 Which updated HAL crates to version 0.18.0 * microbit 0.14.0 -> 0.15.0 In connection with this I moved all the examples in the book out of book text and made them project examples, and used an include statement, like it's done in `my-solution`, which makes checking the examples faster, and I also cought a couple of typos I made when I updated the text, which rust-analyser didn't like. The examples can be run manually with commands like: `cargo embed --target thumbv7em-none-eabihf --features v2 --example it-blinks-1` Don't know if this messes with any automatic tests yet.
1 parent 3089150 commit c6e0e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microbit/src/05-led-roulette/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ authors = ["Henrik Böving <hargonix@gmail.com>"]
55
edition = "2021"
66

77
[dependencies.microbit-v2]
8-
version = "0.14.0"
8+
version = "0.15.0"
99
optional = true
1010

1111
[dependencies.microbit]
12-
version = "0.14.0"
12+
version = "0.15.0"
1313
optional = true
1414

1515
[dependencies]

0 commit comments

Comments
 (0)