diff --git a/src/getting-started/Cargo.toml b/src/getting-started/Cargo.toml index c62f106..17270b2 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.6" +microbit="~0.7" cortex-m-rt="~0.6"