diff --git a/Cargo.toml b/Cargo.toml index 5fff40f..7aca827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "template"] license = "MIT OR Apache-2.0" name = "cortex-m-quickstart" repository = "https://github.com/japaric/cortex-m-quickstart" -version = "0.2.1" +version = "0.2.2" [dependencies] cortex-m = "0.3.0" @@ -14,7 +14,7 @@ cortex-m-semihosting = "0.2.0" [dependencies.cortex-m-rt] features = ["abort-on-panic"] -version = "0.3.3" +version = "0.3.12" [profile.release] debug = true