diff --git a/src/getting-started/Cargo.toml b/src/getting-started/Cargo.toml index 17270b2..652b2de 100644 --- a/src/getting-started/Cargo.toml +++ b/src/getting-started/Cargo.toml @@ -4,5 +4,5 @@ version = "0.2.0" [dependencies] panic-halt = "~0.2" -microbit="~0.7" +microbit="~0.8" cortex-m-rt="~0.6"